Html Css Color HEX #952C7A Dark Purple

📋 copy color: '#952C7A'

red 149 ◦ green 44 ◦ blue 122

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

Shades of Dark Purple #952C7A

Tints of Dark Purple #952C7A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.97%

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

R = 47.3%
G = 13.97%
B = 38.73%

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

#952C7A (or 0x952C7A) is known color: Dark Purple. HEX triplet: 95, 2C and 7A. RGB value is (149,44,122). Sum of RGB (Red+Green+Blue) = 149+44+122=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #952C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952C7A is #6AD385. Grayscale: #545454. Windows color (decimal): -7000966 or 8006805. OLE color: 8006805.

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

Color convert

RGB 149 44 122 -
CMYK 0 0.70 0.18 0.42
HSL 315.43º 0.54% 0.38% -
HSV(B) 315.43º 0.7% 0.58% -
XYZ 16.81 9.6 19.38 -
YUV 84.29 149.29 174.16 -
System Red Green Blue C M Y K H S L
Decimal 149 44 122 0 0.70 0.18 0.42 315.43 0.54 0.38
Hex 95 2C 7A 0 46 12 2A 13B 36 26
Octal 225 54 172 0 106 22 52 473 66 46
Binary 10010101 101100 1111010 0 1000110 10010 101010 100111011 110110 100110

Color Harmonies of #952C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952C7A

Black with #952C7A

Text Example


Text Example

White with #952C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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