Html Css Color HEX #952493 Dark Purple

📋 copy color: '#952493'

red 149 ◦ green 36 ◦ blue 147

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

Shades of Dark Purple #952493

Tints of Dark Purple #952493

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.84%

 BLUE value IS 147 (57.81% from 255) = 44.28%

R = 44.88%
G = 10.84%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#952493 (or 0x952493) is known color: Dark Purple. HEX triplet: 95, 24 and 93. RGB value is (149,36,147). Sum of RGB (Red+Green+Blue) = 149+36+147=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #952493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952493 is #6ADB6C. Grayscale: #525252. Windows color (decimal): -7002989 or 9643157. OLE color: 9643157.

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

Color convert

RGB 149 36 147 -
CMYK 0 0.76 0.01 0.42
HSL 301.06º 0.61% 0.36% -
HSV(B) 301.06º 0.76% 0.58% -
XYZ 18.29 9.76 28.52 -
YUV 82.44 164.44 175.47 -
System Red Green Blue C M Y K H S L
Decimal 149 36 147 0 0.76 0.01 0.42 301.06 0.61 0.36
Hex 95 24 93 0 4C 1 2A 12D 3D 24
Octal 225 44 223 0 114 1 52 455 75 44
Binary 10010101 100100 10010011 0 1001100 1 101010 100101101 111101 100100

Color Harmonies of #952493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952493

Black with #952493

Text Example


Text Example

White with #952493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952493; }

 p { color: rgb(149,36,147); }

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

background-color css

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

 a { background-color: rgb(149,36,147); }

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

border-color css

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

 span { border-color: rgb(149,36,147); }

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