Html Css Color HEX #952D7A Dark Purple

📋 copy color: '#952D7A'

red 149 ◦ green 45 ◦ blue 122

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

Shades of Dark Purple #952D7A

Tints of Dark Purple #952D7A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.24%

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

R = 47.15%
G = 14.24%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#952D7A (or 0x952D7A) is known color: Dark Purple. HEX triplet: 95, 2D and 7A. RGB value is (149,45,122). Sum of RGB (Red+Green+Blue) = 149+45+122=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #952D7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952D7A is #6AD285. Grayscale: #545454. Windows color (decimal): -7000710 or 8007061. OLE color: 8007061.

HSL color Cylindrical-coordinate representation of color #952D7A: hue angle of 315.58º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952D7A is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 45 122 -
CMYK 0 0.70 0.18 0.42
HSL 315.58º 0.54% 0.38% -
HSV(B) 315.58º 0.7% 0.58% -
XYZ 16.85 9.67 19.39 -
YUV 84.87 148.96 173.74 -
System Red Green Blue C M Y K H S L
Decimal 149 45 122 0 0.70 0.18 0.42 315.58 0.54 0.38
Hex 95 2D 7A 0 46 12 2A 13C 36 26
Octal 225 55 172 0 106 22 52 474 66 46
Binary 10010101 101101 1111010 0 1000110 10010 101010 100111100 110110 100110

Color Harmonies of #952D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952D7A

Black with #952D7A

Text Example


Text Example

White with #952D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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