Html Css Color HEX #952390 Dark Purple

📋 copy color: '#952390'

red 149 ◦ green 35 ◦ blue 144

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

Shades of Dark Purple #952390

Tints of Dark Purple #952390

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.67%

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

R = 45.43%
G = 10.67%
B = 43.9%

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

#952390 (or 0x952390) is known color: Dark Purple. HEX triplet: 95, 23 and 90. RGB value is (149,35,144). Sum of RGB (Red+Green+Blue) = 149+35+144=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #952390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952390 is #6ADC6F. Grayscale: #515151. Windows color (decimal): -7003248 or 9446293. OLE color: 9446293.

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

Color convert

RGB 149 35 144 -
CMYK 0 0.77 0.03 0.42
HSL 302.63º 0.62% 0.36% -
HSV(B) 302.63º 0.77% 0.58% -
XYZ 18.03 9.61 27.29 -
YUV 81.51 163.27 176.14 -
System Red Green Blue C M Y K H S L
Decimal 149 35 144 0 0.77 0.03 0.42 302.63 0.62 0.36
Hex 95 23 90 0 4D 3 2A 12F 3E 24
Octal 225 43 220 0 115 3 52 457 76 44
Binary 10010101 100011 10010000 0 1001101 11 101010 100101111 111110 100100

Color Harmonies of #952390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952390

Black with #952390

Text Example


Text Example

White with #952390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952390; }

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

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

background-color css

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

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

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

border-color css

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

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

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