Html Css Color HEX #9C1E72 Dark Purple

📋 copy color: '#9C1E72'

red 156 ◦ green 30 ◦ blue 114

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

Shades of Dark Purple #9C1E72

Tints of Dark Purple #9C1E72

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10%

 BLUE value IS 114 (44.92% from 255) = 38%

R = 52%
G = 10%
B = 38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#9C1E72 (or 0x9C1E72) is known color: Dark Purple. HEX triplet: 9C, 1E and 72. RGB value is (156,30,114). Sum of RGB (Red+Green+Blue) = 156+30+114=300 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1E72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C1E72 is #63E18D. Grayscale: #4D4D4D. Windows color (decimal): -6545806 or 7478940. OLE color: 7478940.

HSL color Cylindrical-coordinate representation of color #9C1E72: hue angle of 320º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C1E72 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 30 114 -
CMYK 0 0.81 0.27 0.39
HSL 320º 0.68% 0.36% -
HSV(B) 320º 0.81% 0.61% -
XYZ 17.21 9.21 16.79 -
YUV 77.25 148.74 184.17 -
System Red Green Blue C M Y K H S L
Decimal 156 30 114 0 0.81 0.27 0.39 320 0.68 0.36
Hex 9C 1E 72 0 51 1B 27 140 44 24
Octal 234 36 162 0 121 33 47 500 104 44
Binary 10011100 11110 1110010 0 1010001 11011 100111 101000000 1000100 100100

Color Harmonies of #9C1E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1E72

Black with #9C1E72

Text Example


Text Example

White with #9C1E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,30,114); }

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

background-color css

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

 a { background-color: rgb(156,30,114); }

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

border-color css

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

 span { border-color: rgb(156,30,114); }

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