#9B1EBE

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

Shades of Dark Orchid #9B1EBE

Tints of Dark Orchid #9B1EBE

Color information

#9B1EBE (or 0x9B1EBE) is unknown color: approx Dark Orchid. HEX triplet: 9B, 1E and BE. RGB value is (155,30,190). Sum of RGB (Red+Green+Blue) = 155+30+190=375 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.33% from 375); Green value is 30 (12.11% from 255 or 8% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B1EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B1EBE is #64E141. Grayscale: #555555. Windows color (decimal): -6611266 or 12459675. OLE color: 12459675.

HSL color Cylindrical-coordinate representation of color #9B1EBE: hue angle of 286.88º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9B1EBE is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15530190-
CMYK0.180.8400.25
HSL286.88º72.73%43.14%-
HSV(B)286.88º84.21%74.51%-
XYZ23.2811.6149.73-
YUV85.62186.91177.49-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.33%
GREEN value IS 30 (12.11% from 255) = 8%
BLUE value IS 190 (74.61% from 255) = 50.67%
R=41.33%
G=8%
B=50.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal155301900.180.8400.25286.8872.7343.14
Hex9B1EBE125401911f492b
Octal233362762212403143711153
Binary1001101111110101111101001010101000110011000111111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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