Html Css Color HEX #951B88 Dark Purple

📋 copy color: '#951B88'

red 149 ◦ green 27 ◦ blue 136

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

Shades of Dark Purple #951B88

Tints of Dark Purple #951B88

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.65%

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

R = 47.76%
G = 8.65%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#951B88 (or 0x951B88) is known color: Dark Purple. HEX triplet: 95, 1B and 88. RGB value is (149,27,136). Sum of RGB (Red+Green+Blue) = 149+27+136=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 27 (10.94% from 255 or 8.65% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #951B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951B88 is #6AE477. Grayscale: #4B4B4B. Windows color (decimal): -7005304 or 8919957. OLE color: 8919957.

HSL color Cylindrical-coordinate representation of color #951B88: hue angle of 306.39º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #951B88 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 27 136 -
CMYK 0 0.82 0.09 0.42
HSL 306.39º 0.69% 0.35% -
HSV(B) 306.39º 0.82% 0.58% -
XYZ 17.23 8.95 24.11 -
YUV 75.9 161.92 180.14 -
System Red Green Blue C M Y K H S L
Decimal 149 27 136 0 0.82 0.09 0.42 306.39 0.69 0.35
Hex 95 1B 88 0 52 9 2A 132 45 23
Octal 225 33 210 0 122 11 52 462 105 43
Binary 10010101 11011 10001000 0 1010010 1001 101010 100110010 1000101 100011

Color Harmonies of #951B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951B88

Black with #951B88

Text Example


Text Example

White with #951B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951B88; }

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

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

background-color css

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

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

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

border-color css

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

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

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