Html Css Color HEX #9C218C Dark Purple

📋 copy color: '#9C218C'

red 156 ◦ green 33 ◦ blue 140

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

Shades of Dark Purple #9C218C

Tints of Dark Purple #9C218C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.03%

 BLUE value IS 140 (55.08% from 255) = 42.55%

R = 47.42%
G = 10.03%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9C218C (or 0x9C218C) is known color: Dark Purple. HEX triplet: 9C, 21 and 8C. RGB value is (156,33,140). Sum of RGB (Red+Green+Blue) = 156+33+140=329 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.42% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 156 - color contains mainly: red. Hex color #9C218C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C218C is #63DE73. Grayscale: #515151. Windows color (decimal): -6545012 or 9183644. OLE color: 9183644.

HSL color Cylindrical-coordinate representation of color #9C218C: hue angle of 307.8º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C218C is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 33 140 -
CMYK 0 0.79 0.10 0.39
HSL 307.8º 0.65% 0.37% -
HSV(B) 307.8º 0.79% 0.61% -
XYZ 18.99 10.05 25.75 -
YUV 81.98 160.75 180.8 -
System Red Green Blue C M Y K H S L
Decimal 156 33 140 0 0.79 0.10 0.39 307.8 0.65 0.37
Hex 9C 21 8C 0 4F A 27 134 41 25
Octal 234 41 214 0 117 12 47 464 101 45
Binary 10011100 100001 10001100 0 1001111 1010 100111 100110100 1000001 100101

Color Harmonies of #9C218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C218C

Black with #9C218C

Text Example


Text Example

White with #9C218C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,33,140); }

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

background-color css

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

 a { background-color: rgb(156,33,140); }

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

border-color css

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

 span { border-color: rgb(156,33,140); }

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