Html Css Color HEX #9C2398 Dark Purple

📋 copy color: '#9C2398'

red 156 ◦ green 35 ◦ blue 152

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

Shades of Dark Purple #9C2398

Tints of Dark Purple #9C2398

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.2%

 BLUE value IS 152 (59.77% from 255) = 44.31%

R = 45.48%
G = 10.2%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9C2398 (or 0x9C2398) is known color: Dark Purple. HEX triplet: 9C, 23 and 98. RGB value is (156,35,152). Sum of RGB (Red+Green+Blue) = 156+35+152=343 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.48% from 343); Green value is 35 (14.06% from 255 or 10.20% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2398 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2398 is #63DC67. Grayscale: #545454. Windows color (decimal): -6544488 or 9970588. OLE color: 9970588.

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

Color convert

RGB 156 35 152 -
CMYK 0 0.78 0.03 0.39
HSL 301.98º 0.63% 0.37% -
HSV(B) 301.98º 0.78% 0.61% -
XYZ 19.98 10.54 30.69 -
YUV 84.52 166.09 178.99 -
System Red Green Blue C M Y K H S L
Decimal 156 35 152 0 0.78 0.03 0.39 301.98 0.63 0.37
Hex 9C 23 98 0 4E 3 27 12E 3F 25
Octal 234 43 230 0 116 3 47 456 77 45
Binary 10011100 100011 10011000 0 1001110 11 100111 100101110 111111 100101

Color Harmonies of #9C2398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2398

Black with #9C2398

Text Example


Text Example

White with #9C2398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,35,152); }

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

background-color css

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

 a { background-color: rgb(156,35,152); }

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

border-color css

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

 span { border-color: rgb(156,35,152); }

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