Html Css Color HEX #951589 Dark Purple

📋 copy color: '#951589'

red 149 ◦ green 21 ◦ blue 137

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

Shades of Dark Purple #951589

Tints of Dark Purple #951589

RGB

 RED value IS 149 (58.59% from 255) = 48.53%

 GREEN value IS 21 (8.59% from 255) = 6.84%

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

R = 48.53%
G = 6.84%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#951589 (or 0x951589) is known color: Dark Purple. HEX triplet: 95, 15 and 89. RGB value is (149,21,137). Sum of RGB (Red+Green+Blue) = 149+21+137=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #951589 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951589 is #6AEA76. Grayscale: #484848. Windows color (decimal): -7006839 or 8983957. OLE color: 8983957.

HSL color Cylindrical-coordinate representation of color #951589: hue angle of 305.62º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951589 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 21 137 -
CMYK 0 0.86 0.08 0.42
HSL 305.63º 0.75% 0.33% -
HSV(B) 305.63º 0.86% 0.58% -
XYZ 17.18 8.73 24.45 -
YUV 72.5 164.41 182.57 -
System Red Green Blue C M Y K H S L
Decimal 149 21 137 0 0.86 0.08 0.42 305.63 0.75 0.33
Hex 95 15 89 0 56 8 2A 132 4B 21
Octal 225 25 211 0 126 10 52 462 113 41
Binary 10010101 10101 10001001 0 1010110 1000 101010 100110010 1001011 100001

Color Harmonies of #951589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951589

Black with #951589

Text Example


Text Example

White with #951589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951589; }

 p { color: rgb(149,21,137); }

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

background-color css

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

 a { background-color: rgb(149,21,137); }

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

border-color css

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

 span { border-color: rgb(149,21,137); }

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