Html Css Color HEX #952293 Dark Purple

📋 copy color: '#952293'

red 149 ◦ green 34 ◦ blue 147

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

Shades of Dark Purple #952293

Tints of Dark Purple #952293

RGB

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

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

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

R = 45.15%
G = 10.3%
B = 44.55%

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

#952293 (or 0x952293) is known color: Dark Purple. HEX triplet: 95, 22 and 93. RGB value is (149,34,147). Sum of RGB (Red+Green+Blue) = 149+34+147=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 34 (13.67% from 255 or 10.30% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #952293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952293 is #6ADD6C. Grayscale: #505050. Windows color (decimal): -7003501 or 9642645. OLE color: 9642645.

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

Color convert

RGB 149 34 147 -
CMYK 0 0.77 0.01 0.42
HSL 301.04º 0.63% 0.36% -
HSV(B) 301.04º 0.77% 0.58% -
XYZ 18.23 9.64 28.5 -
YUV 81.27 165.1 176.31 -
System Red Green Blue C M Y K H S L
Decimal 149 34 147 0 0.77 0.01 0.42 301.04 0.63 0.36
Hex 95 22 93 0 4D 1 2A 12D 3F 24
Octal 225 42 223 0 115 1 52 455 77 44
Binary 10010101 100010 10010011 0 1001101 1 101010 100101101 111111 100100

Color Harmonies of #952293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952293

Black with #952293

Text Example


Text Example

White with #952293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952293; }

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

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

background-color css

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

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

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

border-color css

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

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

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