#9919BF

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

Shades of Dark Orchid #9919BF

Tints of Dark Orchid #9919BF

Color information

#9919BF (or 0x9919BF) is unknown color: approx Dark Orchid. HEX triplet: 99, 19 and BF. RGB value is (153,25,191). Sum of RGB (Red+Green+Blue) = 153+25+191=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #9919BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9919BF is #66E640. Grayscale: #515151. Windows color (decimal): -6743617 or 12523929. OLE color: 12523929.

HSL color Cylindrical-coordinate representation of color #9919BF: hue angle of 286.27º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9919BF is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15325191-
CMYK0.200.8700.25
HSL286.27º76.85%42.35%-
HSV(B)286.27º86.91%74.9%-
XYZ22.8911.2350.25-
YUV82.2189.41178.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.46%
GREEN value IS 25 (10.16% from 255) = 6.78%
BLUE value IS 191 (75% from 255) = 51.76%
R=41.46%
G=6.78%
B=51.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153251910.200.8700.25286.2776.8542.35
Hex9919BF145701911e4d2a
Octal231312772412703143611552
Binary1001100111001101111111010010101110110011000111101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9919BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9919BF; }

 p { color: rgb(153,25,191); }

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

<style>
 a { background-color: #9919BF; }

 a { background-color: rgb(153,25,191); }

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

<style>
 span { border-color: #9919BF; }

 span { border-color: rgb(153,25,191); }

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