Html Css Color HEX #953383 Dark Purple

📋 copy color: '#953383'

red 149 ◦ green 51 ◦ blue 131

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

Shades of Dark Purple #953383

Tints of Dark Purple #953383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.58%

R = 45.02%
G = 15.41%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#953383 (or 0x953383) is known color: Dark Purple. HEX triplet: 95, 33 and 83. RGB value is (149,51,131). Sum of RGB (Red+Green+Blue) = 149+51+131=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #953383 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953383 is #6ACC7C. Grayscale: #595959. Windows color (decimal): -6999165 or 8598421. OLE color: 8598421.

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

Color convert

RGB 149 51 131 -
CMYK 0 0.66 0.12 0.42
HSL 311.02º 0.49% 0.39% -
HSV(B) 311.02º 0.66% 0.58% -
XYZ 17.67 10.4 22.55 -
YUV 89.42 151.47 170.5 -
System Red Green Blue C M Y K H S L
Decimal 149 51 131 0 0.66 0.12 0.42 311.02 0.49 0.39
Hex 95 33 83 0 42 C 2A 137 31 27
Octal 225 63 203 0 102 14 52 467 61 47
Binary 10010101 110011 10000011 0 1000010 1100 101010 100110111 110001 100111

Color Harmonies of #953383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953383

Black with #953383

Text Example


Text Example

White with #953383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953383; }

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

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

background-color css

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

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

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

border-color css

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

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

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