#9918BB

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

Shades of Dark Orchid #9918BB

Tints of Dark Orchid #9918BB

Color information

#9918BB (or 0x9918BB) is unknown color: approx Dark Orchid. HEX triplet: 99, 18 and BB. RGB value is (153,24,187). Sum of RGB (Red+Green+Blue) = 153+24+187=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #9918BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9918BB is #66E744. Grayscale: #505050. Windows color (decimal): -6743877 or 12261529. OLE color: 12261529.

HSL color Cylindrical-coordinate representation of color #9918BB: hue angle of 287.48º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9918BB is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15324187-
CMYK0.180.8700.27
HSL287.48º77.25%41.37%-
HSV(B)287.48º87.17%73.33%-
XYZ22.4311.0147.96-
YUV81.15187.74179.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.03%
GREEN value IS 24 (9.77% from 255) = 6.59%
BLUE value IS 187 (73.44% from 255) = 51.37%
R=42.03%
G=6.59%
B=51.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153241870.180.8700.27287.4877.2541.37
Hex9918BB125701B11f4d29
Octal231302732212703343711551
Binary1001100111000101110111001010101110110111000111111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9918BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9918BB; }

 p { color: rgb(153,24,187); }

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

<style>
 a { background-color: #9918BB; }

 a { background-color: rgb(153,24,187); }

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

<style>
 span { border-color: #9918BB; }

 span { border-color: rgb(153,24,187); }

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