Html Css Color HEX #952294 Dark Purple

📋 copy color: '#952294'

red 149 ◦ green 34 ◦ blue 148

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

Shades of Dark Purple #952294

Tints of Dark Purple #952294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.71%

R = 45.02%
G = 10.27%
B = 44.71%

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

#952294 (or 0x952294) is known color: Dark Purple. HEX triplet: 95, 22 and 94. RGB value is (149,34,148). Sum of RGB (Red+Green+Blue) = 149+34+148=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #952294 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952294 is #6ADD6B. Grayscale: #515151. Windows color (decimal): -7003500 or 9708181. OLE color: 9708181.

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

Color convert

RGB 149 34 148 -
CMYK 0 0.77 0.01 0.42
HSL 300.52º 0.63% 0.36% -
HSV(B) 300.52º 0.77% 0.58% -
XYZ 18.31 9.67 28.92 -
YUV 81.38 165.6 176.23 -
System Red Green Blue C M Y K H S L
Decimal 149 34 148 0 0.77 0.01 0.42 300.52 0.63 0.36
Hex 95 22 94 0 4D 1 2A 12D 3F 24
Octal 225 42 224 0 115 1 52 455 77 44
Binary 10010101 100010 10010100 0 1001101 1 101010 100101101 111111 100100

Color Harmonies of #952294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952294

Black with #952294

Text Example


Text Example

White with #952294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952294; }

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

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

background-color css

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

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

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

border-color css

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

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

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