Html Css Color HEX #952290 Dark Purple

📋 copy color: '#952290'

red 149 ◦ green 34 ◦ blue 144

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

Shades of Dark Purple #952290

Tints of Dark Purple #952290

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.4%

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

R = 45.57%
G = 10.4%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#952290 (or 0x952290) is known color: Dark Purple. HEX triplet: 95, 22 and 90. RGB value is (149,34,144). Sum of RGB (Red+Green+Blue) = 149+34+144=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #952290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952290 is #6ADD6F. Grayscale: #505050. Windows color (decimal): -7003504 or 9446037. OLE color: 9446037.

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

Color convert

RGB 149 34 144 -
CMYK 0 0.77 0.03 0.42
HSL 302.61º 0.63% 0.36% -
HSV(B) 302.61º 0.77% 0.58% -
XYZ 18 9.55 27.28 -
YUV 80.93 163.6 176.56 -
System Red Green Blue C M Y K H S L
Decimal 149 34 144 0 0.77 0.03 0.42 302.61 0.63 0.36
Hex 95 22 90 0 4D 3 2A 12F 3F 24
Octal 225 42 220 0 115 3 52 457 77 44
Binary 10010101 100010 10010000 0 1001101 11 101010 100101111 111111 100100

Color Harmonies of #952290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952290

Black with #952290

Text Example


Text Example

White with #952290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952290; }

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

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

background-color css

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

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

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

border-color css

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

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

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