Html Css Color HEX #9919C2 Dark Orchid

📋 copy color: '#9919C2'

red 153 ◦ green 25 ◦ blue 194

#9919C2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9919C2

Tints of Dark Orchid #9919C2

RGB

 RED value IS 153 (60.16% from 255) = 41.13%

 GREEN value IS 25 (10.16% from 255) = 6.72%

 BLUE value IS 194 (76.17% from 255) = 52.15%

R = 41.13%
G = 6.72%
B = 52.15%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9919C2 (or 0x9919C2) is known color: Dark Orchid. HEX triplet: 99, 19 and C2. RGB value is (153,25,194). Sum of RGB (Red+Green+Blue) = 153+25+194=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 25 (10.16% from 255 or 6.72% from 372); Blue value is 194 (76.17% from 255 or 52.15% from 372); Max value from RGB is 194 - color contains mainly: blue. Hex color #9919C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9919C2 is #66E63D. Grayscale: #515151. Windows color (decimal): -6743614 or 12720537. OLE color: 12720537.

HSL color Cylindrical-coordinate representation of color #9919C2: hue angle of 285.44º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9919C2 is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 25 194 -
CMYK 0.21 0.87 0 0.24
HSL 285.44º 0.77% 0.43% -
HSV(B) 285.44º 0.87% 0.76% -
XYZ 23.22 11.36 52.01 -
YUV 82.54 190.91 178.26 -
System Red Green Blue C M Y K H S L
Decimal 153 25 194 0.21 0.87 0 0.24 285.44 0.77 0.43
Hex 99 19 C2 15 57 0 18 11D 4D 2B
Octal 231 31 302 25 127 0 30 435 115 53
Binary 10011001 11001 11000010 10101 1010111 0 11000 100011101 1001101 101011

Color Harmonies of #9919C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9919C2

Black with #9919C2

Text Example


Text Example

White with #9919C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9919C2;
 }
 .AnyTagClassName
 {
   color: #9919C2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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