Html Css Color HEX #953381 Dark Purple

📋 copy color: '#953381'

red 149 ◦ green 51 ◦ blue 129

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

Shades of Dark Purple #953381

Tints of Dark Purple #953381

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.5%

 BLUE value IS 129 (50.78% from 255) = 39.21%

R = 45.29%
G = 15.5%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#953381 (or 0x953381) is known color: Dark Purple. HEX triplet: 95, 33 and 81. RGB value is (149,51,129). Sum of RGB (Red+Green+Blue) = 149+51+129=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #953381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953381 is #6ACC7E. Grayscale: #585858. Windows color (decimal): -6999167 or 8467349. OLE color: 8467349.

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

Color convert

RGB 149 51 129 -
CMYK 0 0.66 0.13 0.42
HSL 312.24º 0.49% 0.39% -
HSV(B) 312.24º 0.66% 0.58% -
XYZ 17.54 10.34 21.84 -
YUV 89.19 150.47 170.66 -
System Red Green Blue C M Y K H S L
Decimal 149 51 129 0 0.66 0.13 0.42 312.24 0.49 0.39
Hex 95 33 81 0 42 D 2A 138 31 27
Octal 225 63 201 0 102 15 52 470 61 47
Binary 10010101 110011 10000001 0 1000010 1101 101010 100111000 110001 100111

Color Harmonies of #953381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953381

Black with #953381

Text Example


Text Example

White with #953381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953381; }

 p { color: rgb(149,51,129); }

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

background-color css

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

 a { background-color: rgb(149,51,129); }

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

border-color css

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

 span { border-color: rgb(149,51,129); }

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