Html Css Color HEX #953085 Dark Purple

📋 copy color: '#953085'

red 149 ◦ green 48 ◦ blue 133

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

Shades of Dark Purple #953085

Tints of Dark Purple #953085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.55%

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

R = 45.15%
G = 14.55%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#953085 (or 0x953085) is known color: Dark Purple. HEX triplet: 95, 30 and 85. RGB value is (149,48,133). Sum of RGB (Red+Green+Blue) = 149+48+133=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #953085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953085 is #6ACF7A. Grayscale: #575757. Windows color (decimal): -6999931 or 8728725. OLE color: 8728725.

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

Color convert

RGB 149 48 133 -
CMYK 0 0.68 0.11 0.42
HSL 309.5º 0.51% 0.39% -
HSV(B) 309.5º 0.68% 0.58% -
XYZ 17.69 10.2 23.23 -
YUV 87.89 153.46 171.59 -
System Red Green Blue C M Y K H S L
Decimal 149 48 133 0 0.68 0.11 0.42 309.5 0.51 0.39
Hex 95 30 85 0 44 B 2A 136 33 27
Octal 225 60 205 0 104 13 52 466 63 47
Binary 10010101 110000 10000101 0 1000100 1011 101010 100110110 110011 100111

Color Harmonies of #953085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953085

Black with #953085

Text Example


Text Example

White with #953085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953085; }

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

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

background-color css

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

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

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

border-color css

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

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

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