#9B1EBA

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

Shades of Dark Orchid #9B1EBA

Tints of Dark Orchid #9B1EBA

Color information

#9B1EBA (or 0x9B1EBA) is unknown color: approx Dark Orchid. HEX triplet: 9B, 1E and BA. RGB value is (155,30,186). Sum of RGB (Red+Green+Blue) = 155+30+186=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B1EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B1EBA is #64E145. Grayscale: #545454. Windows color (decimal): -6611270 or 12197531. OLE color: 12197531.

HSL color Cylindrical-coordinate representation of color #9B1EBA: hue angle of 288.08º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9B1EBA is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15530186-
CMYK0.170.8400.27
HSL288.08º72.22%42.35%-
HSV(B)288.08º83.87%72.94%-
XYZ22.8411.4447.46-
YUV85.16184.91177.82-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.78%
GREEN value IS 30 (12.11% from 255) = 8.09%
BLUE value IS 186 (73.05% from 255) = 50.13%
R=41.78%
G=8.09%
B=50.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal155301860.170.8400.27288.0872.2242.35
Hex9B1EBA115401B120482a
Octal233362722112403344011052
Binary1001101111110101110101000110101000110111001000001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,30,186); }

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

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

 a { background-color: rgb(155,30,186); }

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

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

 span { border-color: rgb(155,30,186); }

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