Html Css Color HEX #951F86 Dark Purple

📋 copy color: '#951F86'

red 149 ◦ green 31 ◦ blue 134

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

Shades of Dark Purple #951F86

Tints of Dark Purple #951F86

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.87%

 BLUE value IS 134 (52.73% from 255) = 42.68%

R = 47.45%
G = 9.87%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#951F86 (or 0x951F86) is known color: Dark Purple. HEX triplet: 95, 1F and 86. RGB value is (149,31,134). Sum of RGB (Red+Green+Blue) = 149+31+134=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 31 (12.5% from 255 or 9.87% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #951F86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951F86 is #6AE079. Grayscale: #4D4D4D. Windows color (decimal): -7004282 or 8789909. OLE color: 8789909.

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

Color convert

RGB 149 31 134 -
CMYK 0 0.79 0.10 0.42
HSL 307.63º 0.66% 0.35% -
HSV(B) 307.63º 0.79% 0.58% -
XYZ 17.19 9.09 23.4 -
YUV 78.02 159.59 178.62 -
System Red Green Blue C M Y K H S L
Decimal 149 31 134 0 0.79 0.10 0.42 307.63 0.66 0.35
Hex 95 1F 86 0 4F A 2A 134 42 23
Octal 225 37 206 0 117 12 52 464 102 43
Binary 10010101 11111 10000110 0 1001111 1010 101010 100110100 1000010 100011

Color Harmonies of #951F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951F86

Black with #951F86

Text Example


Text Example

White with #951F86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,31,134); }

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

background-color css

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

 a { background-color: rgb(149,31,134); }

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

border-color css

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

 span { border-color: rgb(149,31,134); }

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