Html Css Color HEX #9C24AD Dark Orchid

📋 copy color: '#9C24AD'

red 156 ◦ green 36 ◦ blue 173

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

Shades of Dark Orchid #9C24AD

Tints of Dark Orchid #9C24AD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.86%

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

R = 42.74%
G = 9.86%
B = 47.4%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9C24AD (or 0x9C24AD) is known color: Dark Orchid. HEX triplet: 9C, 24 and AD. RGB value is (156,36,173). Sum of RGB (Red+Green+Blue) = 156+36+173=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #9C24AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C24AD is #63DB52. Grayscale: #575757. Windows color (decimal): -6544211 or 11347100. OLE color: 11347100.

HSL color Cylindrical-coordinate representation of color #9C24AD: hue angle of 292.55º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C24AD is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 156 36 173 -
CMYK 0.10 0.79 0 0.32
HSL 292.55º 0.66% 0.41% -
HSV(B) 292.55º 0.79% 0.68% -
XYZ 21.88 11.35 40.57 -
YUV 87.5 176.26 176.86 -
System Red Green Blue C M Y K H S L
Decimal 156 36 173 0.10 0.79 0 0.32 292.55 0.66 0.41
Hex 9C 24 AD A 4F 0 20 125 42 29
Octal 234 44 255 12 117 0 40 445 102 51
Binary 10011100 100100 10101101 1010 1001111 0 100000 100100101 1000010 101001

Color Harmonies of #9C24AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C24AD

Black with #9C24AD

Text Example


Text Example

White with #9C24AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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