Html Css Color HEX #951386 Dark Purple

📋 copy color: '#951386'

red 149 ◦ green 19 ◦ blue 134

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

Shades of Dark Purple #951386

Tints of Dark Purple #951386

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.29%

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

R = 49.34%
G = 6.29%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#951386 (or 0x951386) is known color: Dark Purple. HEX triplet: 95, 13 and 86. RGB value is (149,19,134). Sum of RGB (Red+Green+Blue) = 149+19+134=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 134 (52.73% from 255 or 44.37% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #951386 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951386 is #6AEC79. Grayscale: #464646. Windows color (decimal): -7007354 or 8786837. OLE color: 8786837.

HSL color Cylindrical-coordinate representation of color #951386: hue angle of 306.92º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951386 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 19 134 -
CMYK 0 0.87 0.10 0.42
HSL 306.92º 0.77% 0.33% -
HSV(B) 306.92º 0.87% 0.58% -
XYZ 16.93 8.58 23.32 -
YUV 70.98 163.57 183.65 -
System Red Green Blue C M Y K H S L
Decimal 149 19 134 0 0.87 0.10 0.42 306.92 0.77 0.33
Hex 95 13 86 0 57 A 2A 133 4D 21
Octal 225 23 206 0 127 12 52 463 115 41
Binary 10010101 10011 10000110 0 1010111 1010 101010 100110011 1001101 100001

Color Harmonies of #951386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951386

Black with #951386

Text Example


Text Example

White with #951386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951386; }

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

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

background-color css

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

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

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

border-color css

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

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

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