Html Css Color HEX #953E7A Dark Purple

📋 copy color: '#953E7A'

red 149 ◦ green 62 ◦ blue 122

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

Shades of Dark Purple #953E7A

Tints of Dark Purple #953E7A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.62%

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

R = 44.74%
G = 18.62%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#953E7A (or 0x953E7A) is known color: Dark Purple. HEX triplet: 95, 3E and 7A. RGB value is (149,62,122). Sum of RGB (Red+Green+Blue) = 149+62+122=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #953E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953E7A is #6AC185. Grayscale: #5E5E5E. Windows color (decimal): -6996358 or 8011413. OLE color: 8011413.

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

Color convert

RGB 149 62 122 -
CMYK 0 0.58 0.18 0.42
HSL 318.62º 0.41% 0.41% -
HSV(B) 318.62º 0.58% 0.58% -
XYZ 17.63 11.24 19.65 -
YUV 94.85 143.32 166.62 -
System Red Green Blue C M Y K H S L
Decimal 149 62 122 0 0.58 0.18 0.42 318.62 0.41 0.41
Hex 95 3E 7A 0 3A 12 2A 13F 29 29
Octal 225 76 172 0 72 22 52 477 51 51
Binary 10010101 111110 1111010 0 111010 10010 101010 100111111 101001 101001

Color Harmonies of #953E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953E7A

Black with #953E7A

Text Example


Text Example

White with #953E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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