Html Css Color HEX #954086 Dark Purple

📋 copy color: '#954086'

red 149 ◦ green 64 ◦ blue 134

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

Shades of Dark Purple #954086

Tints of Dark Purple #954086

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.44%

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

R = 42.94%
G = 18.44%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#954086 (or 0x954086) is known color: Dark Purple. HEX triplet: 95, 40 and 86. RGB value is (149,64,134). Sum of RGB (Red+Green+Blue) = 149+64+134=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #954086 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954086 is #6ABF79. Grayscale: #616161. Windows color (decimal): -6995834 or 8798357. OLE color: 8798357.

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

Color convert

RGB 149 64 134 -
CMYK 0 0.57 0.10 0.42
HSL 310.59º 0.4% 0.42% -
HSV(B) 310.59º 0.57% 0.58% -
XYZ 18.53 11.78 23.85 -
YUV 97.4 148.66 164.81 -
System Red Green Blue C M Y K H S L
Decimal 149 64 134 0 0.57 0.10 0.42 310.59 0.4 0.42
Hex 95 40 86 0 39 A 2A 137 28 2A
Octal 225 100 206 0 71 12 52 467 50 52
Binary 10010101 1000000 10000110 0 111001 1010 101010 100110111 101000 101010

Color Harmonies of #954086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954086

Black with #954086

Text Example


Text Example

White with #954086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954086; }

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

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

background-color css

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

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

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

border-color css

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

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

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