Html Css Color HEX #952194 Dark Purple

📋 copy color: '#952194'

red 149 ◦ green 33 ◦ blue 148

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

Shades of Dark Purple #952194

Tints of Dark Purple #952194

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10%

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

R = 45.15%
G = 10%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#952194 (or 0x952194) is known color: Dark Purple. HEX triplet: 95, 21 and 94. RGB value is (149,33,148). Sum of RGB (Red+Green+Blue) = 149+33+148=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #952194 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952194 is #6ADE6B. Grayscale: #505050. Windows color (decimal): -7003756 or 9707925. OLE color: 9707925.

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

Color convert

RGB 149 33 148 -
CMYK 0 0.78 0.01 0.42
HSL 300.52º 0.64% 0.36% -
HSV(B) 300.52º 0.78% 0.58% -
XYZ 18.28 9.62 28.91 -
YUV 80.79 165.93 176.65 -
System Red Green Blue C M Y K H S L
Decimal 149 33 148 0 0.78 0.01 0.42 300.52 0.64 0.36
Hex 95 21 94 0 4E 1 2A 12D 40 24
Octal 225 41 224 0 116 1 52 455 100 44
Binary 10010101 100001 10010100 0 1001110 1 101010 100101101 1000000 100100

Color Harmonies of #952194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952194

Black with #952194

Text Example


Text Example

White with #952194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952194; }

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

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

background-color css

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

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

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

border-color css

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

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

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