Html Css Color HEX #9C19AD Dark Orchid

📋 copy color: '#9C19AD'

red 156 ◦ green 25 ◦ blue 173

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

Shades of Dark Orchid #9C19AD

Tints of Dark Orchid #9C19AD

RGB

 RED value IS 156 (61.33% from 255) = 44.07%

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

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

R = 44.07%
G = 7.06%
B = 48.87%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9C19AD (or 0x9C19AD) is known color: Dark Orchid. HEX triplet: 9C, 19 and AD. RGB value is (156,25,173). Sum of RGB (Red+Green+Blue) = 156+25+173=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #9C19AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C19AD is #63E652. Grayscale: #505050. Windows color (decimal): -6547027 or 11344284. OLE color: 11344284.

HSL color Cylindrical-coordinate representation of color #9C19AD: hue angle of 293.11º 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 #9C19AD is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 156 25 173 -
CMYK 0.10 0.86 0 0.32
HSL 293.11º 0.75% 0.39% -
HSV(B) 293.11º 0.86% 0.68% -
XYZ 21.6 10.78 40.48 -
YUV 81.04 179.9 181.47 -
System Red Green Blue C M Y K H S L
Decimal 156 25 173 0.10 0.86 0 0.32 293.11 0.75 0.39
Hex 9C 19 AD A 56 0 20 125 4B 27
Octal 234 31 255 12 126 0 40 445 113 47
Binary 10011100 11001 10101101 1010 1010110 0 100000 100100101 1001011 100111

Color Harmonies of #9C19AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C19AD

Black with #9C19AD

Text Example


Text Example

White with #9C19AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C19AD;
 }
 .AnyTagClassName
 {
   color: #9C19AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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