#9E1BB4

Color #9E1BB4 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9E1BB4

Tints of Dark Orchid #9E1BB4

Color information

#9E1BB4 (or 0x9E1BB4) is unknown color: approx Dark Orchid. HEX triplet: 9E, 1B and B4. RGB value is (158,27,180). Sum of RGB (Red+Green+Blue) = 158+27+180=365 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.29% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 180 (70.70% from 255 or 49.32% from 365); Max value from RGB is 180 - color contains mainly: blue. Hex color #9E1BB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E1BB4 is #61E44B. Grayscale: #535353. Windows color (decimal): -6415436 or 11803550. OLE color: 11803550.

HSL color Cylindrical-coordinate representation of color #9E1BB4: hue angle of 291.37º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E1BB4 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15827180-
CMYK0.120.8500.29
HSL291.37º73.91%40.59%-
HSV(B)291.37º85%70.59%-
XYZ22.7311.3544.17-
YUV83.61182.4181.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 43.29%
GREEN value IS 27 (10.94% from 255) = 7.40%
BLUE value IS 180 (70.70% from 255) = 49.32%
R=43.29%
G=7.40%
B=49.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal158271800.120.8500.29291.3773.9140.59
Hex9E1BB4C5501D1234a29
Octal236332641412503544311251
Binary100111101101110110100110010101010111011001000111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E1BB4; }

 p { color: rgb(158,27,180); }

 H1.HeaderClassName
 {
   color: #9E1BB4;
 }
 .AnyTagClassName
 {
   color: #9E1BB4;
 }
</style>
background-color css

<style>
 a { background-color: #9E1BB4; }

 a { background-color: rgb(158,27,180); }

 div.DivClassName
 {
   background-color: #9E1BB4;
 }
 .BgClassName
 {
   background-color: #9E1BB4;
 }
</style>
border-color css

<style>
 span { border-color: #9E1BB4; }

 span { border-color: rgb(158,27,180); }

 td.TdClassName
 {
   border-color: #9E1BB4;
 }
 .TagClassName
 {
   border-color: #9E1BB4;
 }
</style>