Html Css Color HEX #953F7A Dark Purple

📋 copy color: '#953F7A'

red 149 ◦ green 63 ◦ blue 122

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

Shades of Dark Purple #953F7A

Tints of Dark Purple #953F7A

RGB

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

 GREEN value IS 63 (25% from 255) = 18.86%

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

R = 44.61%
G = 18.86%
B = 36.53%

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

#953F7A (or 0x953F7A) is known color: Dark Purple. HEX triplet: 95, 3F and 7A. RGB value is (149,63,122). Sum of RGB (Red+Green+Blue) = 149+63+122=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #953F7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953F7A is #6AC085. Grayscale: #5F5F5F. Windows color (decimal): -6996102 or 8011669. OLE color: 8011669.

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

Color convert

RGB 149 63 122 -
CMYK 0 0.58 0.18 0.42
HSL 318.84º 0.41% 0.42% -
HSV(B) 318.84º 0.58% 0.58% -
XYZ 17.68 11.35 19.67 -
YUV 95.44 142.99 166.2 -
System Red Green Blue C M Y K H S L
Decimal 149 63 122 0 0.58 0.18 0.42 318.84 0.41 0.42
Hex 95 3F 7A 0 3A 12 2A 13F 29 2A
Octal 225 77 172 0 72 22 52 477 51 52
Binary 10010101 111111 1111010 0 111010 10010 101010 100111111 101001 101010

Color Harmonies of #953F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F7A

Black with #953F7A

Text Example


Text Example

White with #953F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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