Html Css Color HEX #951E75 Dark Purple

📋 copy color: '#951E75'

red 149 ◦ green 30 ◦ blue 117

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

Shades of Dark Purple #951E75

Tints of Dark Purple #951E75

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.14%

 BLUE value IS 117 (46.09% from 255) = 39.53%

R = 50.34%
G = 10.14%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#951E75 (or 0x951E75) is known color: Dark Purple. HEX triplet: 95, 1E and 75. RGB value is (149,30,117). Sum of RGB (Red+Green+Blue) = 149+30+117=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #951E75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951E75 is #6AE18A. Grayscale: #4B4B4B. Windows color (decimal): -7004555 or 7675541. OLE color: 7675541.

HSL color Cylindrical-coordinate representation of color #951E75: hue angle of 316.13º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #951E75 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 30 117 -
CMYK 0 0.80 0.21 0.42
HSL 316.13º 0.66% 0.35% -
HSV(B) 316.13º 0.8% 0.58% -
XYZ 16.07 8.6 17.64 -
YUV 75.5 151.42 180.43 -
System Red Green Blue C M Y K H S L
Decimal 149 30 117 0 0.80 0.21 0.42 316.13 0.66 0.35
Hex 95 1E 75 0 50 15 2A 13C 42 23
Octal 225 36 165 0 120 25 52 474 102 43
Binary 10010101 11110 1110101 0 1010000 10101 101010 100111100 1000010 100011

Color Harmonies of #951E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951E75

Black with #951E75

Text Example


Text Example

White with #951E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,30,117); }

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

background-color css

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

 a { background-color: rgb(149,30,117); }

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

border-color css

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

 span { border-color: rgb(149,30,117); }

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