Html Css Color HEX #9C1E90 Dark Purple

📋 copy color: '#9C1E90'

red 156 ◦ green 30 ◦ blue 144

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

Shades of Dark Purple #9C1E90

Tints of Dark Purple #9C1E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.64%

R = 47.27%
G = 9.09%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9C1E90 (or 0x9C1E90) is known color: Dark Purple. HEX triplet: 9C, 1E and 90. RGB value is (156,30,144). Sum of RGB (Red+Green+Blue) = 156+30+144=330 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.27% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1E90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C1E90 is #63E16F. Grayscale: #505050. Windows color (decimal): -6545776 or 9445020. OLE color: 9445020.

HSL color Cylindrical-coordinate representation of color #9C1E90: hue angle of 305.71º 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 #9C1E90 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 30 144 -
CMYK 0 0.81 0.08 0.39
HSL 305.71º 0.68% 0.36% -
HSV(B) 305.71º 0.81% 0.61% -
XYZ 19.21 10.01 27.31 -
YUV 80.67 163.74 181.73 -
System Red Green Blue C M Y K H S L
Decimal 156 30 144 0 0.81 0.08 0.39 305.71 0.68 0.36
Hex 9C 1E 90 0 51 8 27 132 44 24
Octal 234 36 220 0 121 10 47 462 104 44
Binary 10011100 11110 10010000 0 1010001 1000 100111 100110010 1000100 100100

Color Harmonies of #9C1E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1E90

Black with #9C1E90

Text Example


Text Example

White with #9C1E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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