Html Css Color HEX #952085 Dark Purple

📋 copy color: '#952085'

red 149 ◦ green 32 ◦ blue 133

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

Shades of Dark Purple #952085

Tints of Dark Purple #952085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.36%

R = 47.45%
G = 10.19%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#952085 (or 0x952085) is known color: Dark Purple. HEX triplet: 95, 20 and 85. RGB value is (149,32,133). Sum of RGB (Red+Green+Blue) = 149+32+133=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #952085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952085 is #6ADF7A. Grayscale: #4E4E4E. Windows color (decimal): -7004027 or 8724629. OLE color: 8724629.

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

Color convert

RGB 149 32 133 -
CMYK 0 0.79 0.11 0.42
HSL 308.21º 0.65% 0.35% -
HSV(B) 308.21º 0.79% 0.58% -
XYZ 17.14 9.12 23.05 -
YUV 78.5 158.76 178.29 -
System Red Green Blue C M Y K H S L
Decimal 149 32 133 0 0.79 0.11 0.42 308.21 0.65 0.35
Hex 95 20 85 0 4F B 2A 134 41 23
Octal 225 40 205 0 117 13 52 464 101 43
Binary 10010101 100000 10000101 0 1001111 1011 101010 100110100 1000001 100011

Color Harmonies of #952085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952085

Black with #952085

Text Example


Text Example

White with #952085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952085; }

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

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

background-color css

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

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

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

border-color css

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

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

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