Html Css Color HEX #953C7A Dark Purple

📋 copy color: '#953C7A'

red 149 ◦ green 60 ◦ blue 122

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

Shades of Dark Purple #953C7A

Tints of Dark Purple #953C7A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.13%

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

R = 45.02%
G = 18.13%
B = 36.86%

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

#953C7A (or 0x953C7A) is known color: Dark Purple. HEX triplet: 95, 3C and 7A. RGB value is (149,60,122). Sum of RGB (Red+Green+Blue) = 149+60+122=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #953C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953C7A is #6AC385. Grayscale: #5D5D5D. Windows color (decimal): -6996870 or 8010901. OLE color: 8010901.

HSL color Cylindrical-coordinate representation of color #953C7A: hue angle of 318.2º 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 #953C7A is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 60 122 -
CMYK 0 0.60 0.18 0.42
HSL 318.2º 0.43% 0.41% -
HSV(B) 318.2º 0.6% 0.58% -
XYZ 17.52 11.03 19.62 -
YUV 93.68 143.99 167.46 -
System Red Green Blue C M Y K H S L
Decimal 149 60 122 0 0.60 0.18 0.42 318.2 0.43 0.41
Hex 95 3C 7A 0 3C 12 2A 13E 2B 29
Octal 225 74 172 0 74 22 52 476 53 51
Binary 10010101 111100 1111010 0 111100 10010 101010 100111110 101011 101001

Color Harmonies of #953C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C7A

Black with #953C7A

Text Example


Text Example

White with #953C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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