Html Css Color HEX #953B7A Dark Purple

📋 copy color: '#953B7A'

red 149 ◦ green 59 ◦ blue 122

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

Shades of Dark Purple #953B7A

Tints of Dark Purple #953B7A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.88%

 BLUE value IS 122 (48.05% from 255) = 36.97%

R = 45.15%
G = 17.88%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#953B7A (or 0x953B7A) is known color: Dark Purple. HEX triplet: 95, 3B and 7A. RGB value is (149,59,122). Sum of RGB (Red+Green+Blue) = 149+59+122=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #953B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953B7A is #6AC485. Grayscale: #5C5C5C. Windows color (decimal): -6997126 or 8010645. OLE color: 8010645.

HSL color Cylindrical-coordinate representation of color #953B7A: hue angle of 318º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #953B7A is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 59 122 -
CMYK 0 0.60 0.18 0.42
HSL 318º 0.43% 0.41% -
HSV(B) 318º 0.6% 0.58% -
XYZ 17.47 10.92 19.6 -
YUV 93.09 144.32 167.88 -
System Red Green Blue C M Y K H S L
Decimal 149 59 122 0 0.60 0.18 0.42 318 0.43 0.41
Hex 95 3B 7A 0 3C 12 2A 13E 2B 29
Octal 225 73 172 0 74 22 52 476 53 51
Binary 10010101 111011 1111010 0 111100 10010 101010 100111110 101011 101001

Color Harmonies of #953B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953B7A

Black with #953B7A

Text Example


Text Example

White with #953B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953B7A; }

 p { color: rgb(149,59,122); }

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

background-color css

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

 a { background-color: rgb(149,59,122); }

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

border-color css

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

 span { border-color: rgb(149,59,122); }

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