Html Css Color HEX #952393 Dark Purple

📋 copy color: '#952393'

red 149 ◦ green 35 ◦ blue 147

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

Shades of Dark Purple #952393

Tints of Dark Purple #952393

RGB

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

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

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

R = 45.02%
G = 10.57%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#952393 (or 0x952393) is known color: Dark Purple. HEX triplet: 95, 23 and 93. RGB value is (149,35,147). Sum of RGB (Red+Green+Blue) = 149+35+147=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #952393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952393 is #6ADC6C. Grayscale: #515151. Windows color (decimal): -7003245 or 9642901. OLE color: 9642901.

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

Color convert

RGB 149 35 147 -
CMYK 0 0.77 0.01 0.42
HSL 301.05º 0.62% 0.36% -
HSV(B) 301.05º 0.77% 0.58% -
XYZ 18.26 9.7 28.51 -
YUV 81.85 164.77 175.89 -
System Red Green Blue C M Y K H S L
Decimal 149 35 147 0 0.77 0.01 0.42 301.05 0.62 0.36
Hex 95 23 93 0 4D 1 2A 12D 3E 24
Octal 225 43 223 0 115 1 52 455 76 44
Binary 10010101 100011 10010011 0 1001101 1 101010 100101101 111110 100100

Color Harmonies of #952393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952393

Black with #952393

Text Example


Text Example

White with #952393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952393; }

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

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

background-color css

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

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

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

border-color css

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

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

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