Html Css Color HEX #951588 Dark Purple

📋 copy color: '#951588'

red 149 ◦ green 21 ◦ blue 136

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

Shades of Dark Purple #951588

Tints of Dark Purple #951588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 44.44%

R = 48.69%
G = 6.86%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#951588 (or 0x951588) is known color: Dark Purple. HEX triplet: 95, 15 and 88. RGB value is (149,21,136). Sum of RGB (Red+Green+Blue) = 149+21+136=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #951588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951588 is #6AEA77. Grayscale: #484848. Windows color (decimal): -7006840 or 8918421. OLE color: 8918421.

HSL color Cylindrical-coordinate representation of color #951588: hue angle of 306.09º 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 #951588 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 21 136 -
CMYK 0 0.86 0.09 0.42
HSL 306.09º 0.75% 0.33% -
HSV(B) 306.09º 0.86% 0.58% -
XYZ 17.11 8.7 24.07 -
YUV 72.38 163.91 182.65 -
System Red Green Blue C M Y K H S L
Decimal 149 21 136 0 0.86 0.09 0.42 306.09 0.75 0.33
Hex 95 15 88 0 56 9 2A 132 4B 21
Octal 225 25 210 0 126 11 52 462 113 41
Binary 10010101 10101 10001000 0 1010110 1001 101010 100110010 1001011 100001

Color Harmonies of #951588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951588

Black with #951588

Text Example


Text Example

White with #951588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951588; }

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

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

background-color css

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

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

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

border-color css

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

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

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