Html Css Color HEX #912490 Dark Purple

📋 copy color: '#912490'

red 145 ◦ green 36 ◦ blue 144

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

Shades of Dark Purple #912490

Tints of Dark Purple #912490

RGB

 RED value IS 145 (57.03% from 255) = 44.62%

 GREEN value IS 36 (14.45% from 255) = 11.08%

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

R = 44.62%
G = 11.08%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#912490 (or 0x912490) is known color: Dark Purple. HEX triplet: 91, 24 and 90. RGB value is (145,36,144). Sum of RGB (Red+Green+Blue) = 145+36+144=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 145 - color contains mainly: red. Hex color #912490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912490 is #6EDB6F. Grayscale: #505050. Windows color (decimal): -7265136 or 9446545. OLE color: 9446545.

HSL color Cylindrical-coordinate representation of color #912490: hue angle of 300.55º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #912490 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 36 144 -
CMYK 0 0.75 0.01 0.43
HSL 300.55º 0.6% 0.35% -
HSV(B) 300.55º 0.75% 0.57% -
XYZ 17.34 9.3 27.27 -
YUV 80.9 163.61 173.72 -
System Red Green Blue C M Y K H S L
Decimal 145 36 144 0 0.75 0.01 0.43 300.55 0.6 0.35
Hex 91 24 90 0 4B 1 2B 12D 3C 23
Octal 221 44 220 0 113 1 53 455 74 43
Binary 10010001 100100 10010000 0 1001011 1 101011 100101101 111100 100011

Color Harmonies of #912490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912490

Black with #912490

Text Example


Text Example

White with #912490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912490; }

 p { color: rgb(145,36,144); }

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

background-color css

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

 a { background-color: rgb(145,36,144); }

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

border-color css

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

 span { border-color: rgb(145,36,144); }

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