Html Css Color HEX #9C18AD Dark Orchid

📋 copy color: '#9C18AD'

red 156 ◦ green 24 ◦ blue 173

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

Shades of Dark Orchid #9C18AD

Tints of Dark Orchid #9C18AD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.8%

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

R = 44.19%
G = 6.8%
B = 49.01%

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

#9C18AD (or 0x9C18AD) is known color: Dark Orchid. HEX triplet: 9C, 18 and AD. RGB value is (156,24,173). Sum of RGB (Red+Green+Blue) = 156+24+173=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #9C18AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C18AD is #63E752. Grayscale: #4F4F4F. Windows color (decimal): -6547283 or 11344028. OLE color: 11344028.

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

Color convert

RGB 156 24 173 -
CMYK 0.10 0.86 0 0.32
HSL 293.15º 0.76% 0.39% -
HSV(B) 293.15º 0.86% 0.68% -
XYZ 21.58 10.74 40.47 -
YUV 80.45 180.23 181.88 -
System Red Green Blue C M Y K H S L
Decimal 156 24 173 0.10 0.86 0 0.32 293.15 0.76 0.39
Hex 9C 18 AD A 56 0 20 125 4C 27
Octal 234 30 255 12 126 0 40 445 114 47
Binary 10011100 11000 10101101 1010 1010110 0 100000 100100101 1001100 100111

Color Harmonies of #9C18AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C18AD

Black with #9C18AD

Text Example


Text Example

White with #9C18AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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