Html Css Color HEX #912590 Dark Purple

📋 copy color: '#912590'

red 145 ◦ green 37 ◦ blue 144

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

Shades of Dark Purple #912590

Tints of Dark Purple #912590

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.35%

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

R = 44.48%
G = 11.35%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#912590 (or 0x912590) is known color: Dark Purple. HEX triplet: 91, 25 and 90. RGB value is (145,37,144). Sum of RGB (Red+Green+Blue) = 145+37+144=326 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.48% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 145 - color contains mainly: red. Hex color #912590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912590 is #6EDA6F. Grayscale: #515151. Windows color (decimal): -7264880 or 9446801. OLE color: 9446801.

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

Color convert

RGB 145 37 144 -
CMYK 0 0.74 0.01 0.43
HSL 300.56º 0.59% 0.36% -
HSV(B) 300.56º 0.74% 0.57% -
XYZ 17.37 9.36 27.28 -
YUV 81.49 163.28 173.3 -
System Red Green Blue C M Y K H S L
Decimal 145 37 144 0 0.74 0.01 0.43 300.56 0.59 0.36
Hex 91 25 90 0 4A 1 2B 12D 3B 24
Octal 221 45 220 0 112 1 53 455 73 44
Binary 10010001 100101 10010000 0 1001010 1 101011 100101101 111011 100100

Color Harmonies of #912590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912590

Black with #912590

Text Example


Text Example

White with #912590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912590; }

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

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

background-color css

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

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

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

border-color css

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

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

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