Html Css Color HEX #912589 Dark Purple

📋 copy color: '#912589'

red 145 ◦ green 37 ◦ blue 137

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

Shades of Dark Purple #912589

Tints of Dark Purple #912589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 42.95%

R = 45.45%
G = 11.6%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#912589 (or 0x912589) is known color: Dark Purple. HEX triplet: 91, 25 and 89. RGB value is (145,37,137). Sum of RGB (Red+Green+Blue) = 145+37+137=319 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.45% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 145 - color contains mainly: red. Hex color #912589 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912589 is #6EDA76. Grayscale: #505050. Windows color (decimal): -7264887 or 8988049. OLE color: 8988049.

HSL color Cylindrical-coordinate representation of color #912589: hue angle of 304.44º 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 #912589 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 37 137 -
CMYK 0 0.74 0.06 0.43
HSL 304.44º 0.59% 0.36% -
HSV(B) 304.44º 0.74% 0.57% -
XYZ 16.85 9.15 24.54 -
YUV 80.69 159.78 173.87 -
System Red Green Blue C M Y K H S L
Decimal 145 37 137 0 0.74 0.06 0.43 304.44 0.59 0.36
Hex 91 25 89 0 4A 6 2B 130 3B 24
Octal 221 45 211 0 112 6 53 460 73 44
Binary 10010001 100101 10001001 0 1001010 110 101011 100110000 111011 100100

Color Harmonies of #912589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912589

Black with #912589

Text Example


Text Example

White with #912589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912589; }

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

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

background-color css

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

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

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

border-color css

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

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

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