Html Css Color HEX #951C89 Dark Purple

📋 copy color: '#951C89'

red 149 ◦ green 28 ◦ blue 137

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

Shades of Dark Purple #951C89

Tints of Dark Purple #951C89

RGB

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

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

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

R = 47.45%
G = 8.92%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#951C89 (or 0x951C89) is known color: Dark Purple. HEX triplet: 95, 1C and 89. RGB value is (149,28,137). Sum of RGB (Red+Green+Blue) = 149+28+137=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #951C89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951C89 is #6AE376. Grayscale: #4C4C4C. Windows color (decimal): -7005047 or 8985749. OLE color: 8985749.

HSL color Cylindrical-coordinate representation of color #951C89: hue angle of 305.95º 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 #951C89 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 28 137 -
CMYK 0 0.81 0.08 0.42
HSL 305.95º 0.68% 0.35% -
HSV(B) 305.95º 0.81% 0.58% -
XYZ 17.33 9.03 24.5 -
YUV 76.61 162.09 179.64 -
System Red Green Blue C M Y K H S L
Decimal 149 28 137 0 0.81 0.08 0.42 305.95 0.68 0.35
Hex 95 1C 89 0 51 8 2A 132 44 23
Octal 225 34 211 0 121 10 52 462 104 43
Binary 10010101 11100 10001001 0 1010001 1000 101010 100110010 1000100 100011

Color Harmonies of #951C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C89

Black with #951C89

Text Example


Text Example

White with #951C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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