Html Css Color HEX #952790 Dark Purple

📋 copy color: '#952790'

red 149 ◦ green 39 ◦ blue 144

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

Shades of Dark Purple #952790

Tints of Dark Purple #952790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.37%

R = 44.88%
G = 11.75%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#952790 (or 0x952790) is known color: Dark Purple. HEX triplet: 95, 27 and 90. RGB value is (149,39,144). Sum of RGB (Red+Green+Blue) = 149+39+144=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #952790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952790 is #6AD86F. Grayscale: #535353. Windows color (decimal): -7002224 or 9447317. OLE color: 9447317.

HSL color Cylindrical-coordinate representation of color #952790: hue angle of 302.73º 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 #952790 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 39 144 -
CMYK 0 0.74 0.03 0.42
HSL 302.73º 0.59% 0.37% -
HSV(B) 302.73º 0.74% 0.58% -
XYZ 18.15 9.85 27.33 -
YUV 83.86 161.94 174.46 -
System Red Green Blue C M Y K H S L
Decimal 149 39 144 0 0.74 0.03 0.42 302.73 0.59 0.37
Hex 95 27 90 0 4A 3 2A 12F 3B 25
Octal 225 47 220 0 112 3 52 457 73 45
Binary 10010101 100111 10010000 0 1001010 11 101010 100101111 111011 100101

Color Harmonies of #952790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952790

Black with #952790

Text Example


Text Example

White with #952790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952790; }

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

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

background-color css

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

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

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

border-color css

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

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

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