Html Css Color HEX #951C91 Dark Purple

📋 copy color: '#951C91'

red 149 ◦ green 28 ◦ blue 145

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

Shades of Dark Purple #951C91

Tints of Dark Purple #951C91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 45.03%

R = 46.27%
G = 8.7%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#951C91 (or 0x951C91) is known color: Dark Purple. HEX triplet: 95, 1C and 91. RGB value is (149,28,145). Sum of RGB (Red+Green+Blue) = 149+28+145=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 145 (57.03% from 255 or 45.03% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #951C91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951C91 is #6AE36E. Grayscale: #4D4D4D. Windows color (decimal): -7005039 or 9510037. OLE color: 9510037.

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

Color convert

RGB 149 28 145 -
CMYK 0 0.81 0.03 0.42
HSL 301.98º 0.68% 0.35% -
HSV(B) 301.98º 0.81% 0.58% -
XYZ 17.92 9.26 27.63 -
YUV 77.52 166.09 178.99 -
System Red Green Blue C M Y K H S L
Decimal 149 28 145 0 0.81 0.03 0.42 301.98 0.68 0.35
Hex 95 1C 91 0 51 3 2A 12E 44 23
Octal 225 34 221 0 121 3 52 456 104 43
Binary 10010101 11100 10010001 0 1010001 11 101010 100101110 1000100 100011

Color Harmonies of #951C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C91

Black with #951C91

Text Example


Text Example

White with #951C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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