Html Css Color HEX #9919AD Dark Orchid

📋 copy color: '#9919AD'

red 153 ◦ green 25 ◦ blue 173

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

Shades of Dark Orchid #9919AD

Tints of Dark Orchid #9919AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.29%

R = 43.59%
G = 7.12%
B = 49.29%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9919AD (or 0x9919AD) is known color: Dark Orchid. HEX triplet: 99, 19 and AD. RGB value is (153,25,173). Sum of RGB (Red+Green+Blue) = 153+25+173=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #9919AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9919AD is #66E652. Grayscale: #4F4F4F. Windows color (decimal): -6743635 or 11344281. OLE color: 11344281.

HSL color Cylindrical-coordinate representation of color #9919AD: hue angle of 291.89º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9919AD is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 25 173 -
CMYK 0.12 0.86 0 0.32
HSL 291.89º 0.75% 0.39% -
HSV(B) 291.89º 0.86% 0.68% -
XYZ 21.03 10.48 40.45 -
YUV 80.14 180.41 179.97 -
System Red Green Blue C M Y K H S L
Decimal 153 25 173 0.12 0.86 0 0.32 291.89 0.75 0.39
Hex 99 19 AD C 56 0 20 124 4B 27
Octal 231 31 255 14 126 0 40 444 113 47
Binary 10011001 11001 10101101 1100 1010110 0 100000 100100100 1001011 100111

Color Harmonies of #9919AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9919AD

Black with #9919AD

Text Example


Text Example

White with #9919AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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