Html Css Color HEX #952770 Dark Purple

📋 copy color: '#952770'

red 149 ◦ green 39 ◦ blue 112

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

Shades of Dark Purple #952770

Tints of Dark Purple #952770

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13%

 BLUE value IS 112 (44.14% from 255) = 37.33%

R = 49.67%
G = 13%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#952770 (or 0x952770) is known color: Dark Purple. HEX triplet: 95, 27 and 70. RGB value is (149,39,112). Sum of RGB (Red+Green+Blue) = 149+39+112=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #952770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952770 is #6AD88F. Grayscale: #505050. Windows color (decimal): -7002256 or 7350165. OLE color: 7350165.

HSL color Cylindrical-coordinate representation of color #952770: hue angle of 320.18º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952770 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 39 112 -
CMYK 0 0.74 0.25 0.42
HSL 320.18º 0.59% 0.37% -
HSV(B) 320.18º 0.74% 0.58% -
XYZ 16.04 9.01 16.22 -
YUV 80.21 145.94 177.06 -
System Red Green Blue C M Y K H S L
Decimal 149 39 112 0 0.74 0.25 0.42 320.18 0.59 0.37
Hex 95 27 70 0 4A 19 2A 140 3B 25
Octal 225 47 160 0 112 31 52 500 73 45
Binary 10010101 100111 1110000 0 1001010 11001 101010 101000000 111011 100101

Color Harmonies of #952770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952770

Black with #952770

Text Example


Text Example

White with #952770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952770; }

 p { color: rgb(149,39,112); }

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

background-color css

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

 a { background-color: rgb(149,39,112); }

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

border-color css

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

 span { border-color: rgb(149,39,112); }

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