Html Css Color HEX #9C2E74 Dark Purple

📋 copy color: '#9C2E74'

red 156 ◦ green 46 ◦ blue 116

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

Shades of Dark Purple #9C2E74

Tints of Dark Purple #9C2E74

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.47%

 BLUE value IS 116 (45.7% from 255) = 36.48%

R = 49.06%
G = 14.47%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9C2E74 (or 0x9C2E74) is known color: Dark Purple. HEX triplet: 9C, 2E and 74. RGB value is (156,46,116). Sum of RGB (Red+Green+Blue) = 156+46+116=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2E74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2E74 is #63D18B. Grayscale: #565656. Windows color (decimal): -6541708 or 7614108. OLE color: 7614108.

HSL color Cylindrical-coordinate representation of color #9C2E74: hue angle of 321.82º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9C2E74 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 46 116 -
CMYK 0 0.71 0.26 0.39
HSL 321.82º 0.54% 0.4% -
HSV(B) 321.82º 0.71% 0.61% -
XYZ 17.84 10.28 17.57 -
YUV 86.87 144.44 177.31 -
System Red Green Blue C M Y K H S L
Decimal 156 46 116 0 0.71 0.26 0.39 321.82 0.54 0.4
Hex 9C 2E 74 0 47 1A 27 142 36 28
Octal 234 56 164 0 107 32 47 502 66 50
Binary 10011100 101110 1110100 0 1000111 11010 100111 101000010 110110 101000

Color Harmonies of #9C2E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2E74

Black with #9C2E74

Text Example


Text Example

White with #9C2E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,46,116); }

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

background-color css

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

 a { background-color: rgb(156,46,116); }

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

border-color css

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

 span { border-color: rgb(156,46,116); }

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