Html Css Color HEX #951C88 Dark Purple

📋 copy color: '#951C88'

red 149 ◦ green 28 ◦ blue 136

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

Shades of Dark Purple #951C88

Tints of Dark Purple #951C88

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.95%

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

R = 47.6%
G = 8.95%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#951C88 (or 0x951C88) is known color: Dark Purple. HEX triplet: 95, 1C and 88. RGB value is (149,28,136). Sum of RGB (Red+Green+Blue) = 149+28+136=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #951C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951C88 is #6AE377. Grayscale: #4C4C4C. Windows color (decimal): -7005048 or 8920213. OLE color: 8920213.

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

Color convert

RGB 149 28 136 -
CMYK 0 0.81 0.09 0.42
HSL 306.45º 0.68% 0.35% -
HSV(B) 306.45º 0.81% 0.58% -
XYZ 17.25 9 24.12 -
YUV 76.49 161.59 179.72 -
System Red Green Blue C M Y K H S L
Decimal 149 28 136 0 0.81 0.09 0.42 306.45 0.68 0.35
Hex 95 1C 88 0 51 9 2A 132 44 23
Octal 225 34 210 0 121 11 52 462 104 43
Binary 10010101 11100 10001000 0 1010001 1001 101010 100110010 1000100 100011

Color Harmonies of #951C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C88

Black with #951C88

Text Example


Text Example

White with #951C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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