Html Css Color HEX #9C198C Dark Purple

📋 copy color: '#9C198C'

red 156 ◦ green 25 ◦ blue 140

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

Shades of Dark Purple #9C198C

Tints of Dark Purple #9C198C

RGB

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

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

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

R = 48.6%
G = 7.79%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9C198C (or 0x9C198C) is known color: Dark Purple. HEX triplet: 9C, 19 and 8C. RGB value is (156,25,140). Sum of RGB (Red+Green+Blue) = 156+25+140=321 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.60% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 156 - color contains mainly: red. Hex color #9C198C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C198C is #63E673. Grayscale: #4C4C4C. Windows color (decimal): -6547060 or 9181596. OLE color: 9181596.

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

Color convert

RGB 156 25 140 -
CMYK 0 0.84 0.10 0.39
HSL 307.33º 0.72% 0.35% -
HSV(B) 307.33º 0.84% 0.61% -
XYZ 18.79 9.66 25.68 -
YUV 77.28 163.4 184.15 -
System Red Green Blue C M Y K H S L
Decimal 156 25 140 0 0.84 0.10 0.39 307.33 0.72 0.35
Hex 9C 19 8C 0 54 A 27 133 48 23
Octal 234 31 214 0 124 12 47 463 110 43
Binary 10011100 11001 10001100 0 1010100 1010 100111 100110011 1001000 100011

Color Harmonies of #9C198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C198C

Black with #9C198C

Text Example


Text Example

White with #9C198C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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