Html Css Color HEX #952086 Dark Purple

📋 copy color: '#952086'

red 149 ◦ green 32 ◦ blue 134

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

Shades of Dark Purple #952086

Tints of Dark Purple #952086

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.16%

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

R = 47.3%
G = 10.16%
B = 42.54%

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

#952086 (or 0x952086) is known color: Dark Purple. HEX triplet: 95, 20 and 86. RGB value is (149,32,134). Sum of RGB (Red+Green+Blue) = 149+32+134=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #952086 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952086 is #6ADF79. Grayscale: #4E4E4E. Windows color (decimal): -7004026 or 8790165. OLE color: 8790165.

HSL color Cylindrical-coordinate representation of color #952086: hue angle of 307.69º degrees, saturation: 0.65, 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 #952086 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 32 134 -
CMYK 0 0.79 0.10 0.42
HSL 307.69º 0.65% 0.35% -
HSV(B) 307.69º 0.79% 0.58% -
XYZ 17.21 9.14 23.41 -
YUV 78.61 159.26 178.21 -
System Red Green Blue C M Y K H S L
Decimal 149 32 134 0 0.79 0.10 0.42 307.69 0.65 0.35
Hex 95 20 86 0 4F A 2A 134 41 23
Octal 225 40 206 0 117 12 52 464 101 43
Binary 10010101 100000 10000110 0 1001111 1010 101010 100110100 1000001 100011

Color Harmonies of #952086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952086

Black with #952086

Text Example


Text Example

White with #952086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952086; }

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

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

background-color css

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

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

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

border-color css

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

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

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