Html Css Color HEX #952990 Dark Purple

📋 copy color: '#952990'

red 149 ◦ green 41 ◦ blue 144

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

Shades of Dark Purple #952990

Tints of Dark Purple #952990

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.28%

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

R = 44.61%
G = 12.28%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#952990 (or 0x952990) is known color: Dark Purple. HEX triplet: 95, 29 and 90. RGB value is (149,41,144). Sum of RGB (Red+Green+Blue) = 149+41+144=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #952990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952990 is #6AD66F. Grayscale: #545454. Windows color (decimal): -7001712 or 9447829. OLE color: 9447829.

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

Color convert

RGB 149 41 144 -
CMYK 0 0.72 0.03 0.42
HSL 302.78º 0.57% 0.37% -
HSV(B) 302.78º 0.72% 0.58% -
XYZ 18.22 9.99 27.35 -
YUV 85.03 161.28 173.62 -
System Red Green Blue C M Y K H S L
Decimal 149 41 144 0 0.72 0.03 0.42 302.78 0.57 0.37
Hex 95 29 90 0 48 3 2A 12F 39 25
Octal 225 51 220 0 110 3 52 457 71 45
Binary 10010101 101001 10010000 0 1001000 11 101010 100101111 111001 100101

Color Harmonies of #952990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952990

Black with #952990

Text Example


Text Example

White with #952990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952990; }

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

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

background-color css

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

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

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

border-color css

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

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

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