Html Css Color HEX #952485 Dark Purple

📋 copy color: '#952485'

red 149 ◦ green 36 ◦ blue 133

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

Shades of Dark Purple #952485

Tints of Dark Purple #952485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.32%

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

R = 46.86%
G = 11.32%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#952485 (or 0x952485) is known color: Dark Purple. HEX triplet: 95, 24 and 85. RGB value is (149,36,133). Sum of RGB (Red+Green+Blue) = 149+36+133=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #952485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952485 is #6ADB7A. Grayscale: #505050. Windows color (decimal): -7003003 or 8725653. OLE color: 8725653.

HSL color Cylindrical-coordinate representation of color #952485: hue angle of 308.5º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #952485 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 36 133 -
CMYK 0 0.76 0.11 0.42
HSL 308.5º 0.61% 0.36% -
HSV(B) 308.5º 0.76% 0.58% -
XYZ 17.26 9.34 23.08 -
YUV 80.85 157.44 176.61 -
System Red Green Blue C M Y K H S L
Decimal 149 36 133 0 0.76 0.11 0.42 308.5 0.61 0.36
Hex 95 24 85 0 4C B 2A 134 3D 24
Octal 225 44 205 0 114 13 52 464 75 44
Binary 10010101 100100 10000101 0 1001100 1011 101010 100110100 111101 100100

Color Harmonies of #952485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952485

Black with #952485

Text Example


Text Example

White with #952485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952485; }

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

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

background-color css

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

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

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

border-color css

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

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

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