Html Css Color HEX #9C0E7E Dark Purple

📋 copy color: '#9C0E7E'

red 156 ◦ green 14 ◦ blue 126

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

Shades of Dark Purple #9C0E7E

Tints of Dark Purple #9C0E7E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.73%

 BLUE value IS 126 (49.61% from 255) = 42.57%

R = 52.7%
G = 4.73%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9C0E7E (or 0x9C0E7E) is known color: Dark Purple. HEX triplet: 9C, 0E and 7E. RGB value is (156,14,126). Sum of RGB (Red+Green+Blue) = 156+14+126=296 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.70% from 296); Green value is 14 (5.86% from 255 or 4.73% from 296); Blue value is 126 (49.61% from 255 or 42.57% from 296); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0E7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0E7E is #63F181. Grayscale: #444444. Windows color (decimal): -6549890 or 8261276. OLE color: 8261276.

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

Color convert

RGB 156 14 126 -
CMYK 0 0.91 0.19 0.39
HSL 312.68º 0.84% 0.33% -
HSV(B) 312.68º 0.91% 0.61% -
XYZ 17.63 8.89 20.52 -
YUV 69.23 160.04 189.89 -
System Red Green Blue C M Y K H S L
Decimal 156 14 126 0 0.91 0.19 0.39 312.68 0.84 0.33
Hex 9C E 7E 0 5B 13 27 139 54 21
Octal 234 16 176 0 133 23 47 471 124 41
Binary 10011100 1110 1111110 0 1011011 10011 100111 100111001 1010100 100001

Color Harmonies of #9C0E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0E7E

Black with #9C0E7E

Text Example


Text Example

White with #9C0E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,14,126); }

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

background-color css

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

 a { background-color: rgb(156,14,126); }

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

border-color css

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

 span { border-color: rgb(156,14,126); }

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