Html Css Color HEX #953885 Dark Purple

📋 copy color: '#953885'

red 149 ◦ green 56 ◦ blue 133

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

Shades of Dark Purple #953885

Tints of Dark Purple #953885

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.57%

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

R = 44.08%
G = 16.57%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#953885 (or 0x953885) is known color: Dark Purple. HEX triplet: 95, 38 and 85. RGB value is (149,56,133). Sum of RGB (Red+Green+Blue) = 149+56+133=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #953885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953885 is #6AC77A. Grayscale: #5C5C5C. Windows color (decimal): -6997883 or 8730773. OLE color: 8730773.

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

Color convert

RGB 149 56 133 -
CMYK 0 0.62 0.11 0.42
HSL 310.32º 0.45% 0.4% -
HSV(B) 310.32º 0.62% 0.58% -
XYZ 18.04 10.91 23.35 -
YUV 92.59 150.81 168.24 -
System Red Green Blue C M Y K H S L
Decimal 149 56 133 0 0.62 0.11 0.42 310.32 0.45 0.4
Hex 95 38 85 0 3E B 2A 136 2D 28
Octal 225 70 205 0 76 13 52 466 55 50
Binary 10010101 111000 10000101 0 111110 1011 101010 100110110 101101 101000

Color Harmonies of #953885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953885

Black with #953885

Text Example


Text Example

White with #953885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953885; }

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

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

background-color css

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

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

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

border-color css

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

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

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