Html Css Color HEX #942191 Dark Purple

📋 copy color: '#942191'

red 148 ◦ green 33 ◦ blue 145

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

Shades of Dark Purple #942191

Tints of Dark Purple #942191

RGB

 RED value IS 148 (58.2% from 255) = 45.4%

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

 BLUE value IS 145 (57.03% from 255) = 44.48%

R = 45.4%
G = 10.12%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#942191 (or 0x942191) is known color: Dark Purple. HEX triplet: 94, 21 and 91. RGB value is (148,33,145). Sum of RGB (Red+Green+Blue) = 148+33+145=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #942191 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942191 is #6BDE6E. Grayscale: #4F4F4F. Windows color (decimal): -7069295 or 9511316. OLE color: 9511316.

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

Color convert

RGB 148 33 145 -
CMYK 0 0.78 0.02 0.42
HSL 301.57º 0.64% 0.35% -
HSV(B) 301.57º 0.78% 0.58% -
XYZ 17.87 9.43 27.67 -
YUV 80.15 164.6 176.39 -
System Red Green Blue C M Y K H S L
Decimal 148 33 145 0 0.78 0.02 0.42 301.57 0.64 0.35
Hex 94 21 91 0 4E 2 2A 12E 40 23
Octal 224 41 221 0 116 2 52 456 100 43
Binary 10010100 100001 10010001 0 1001110 10 101010 100101110 1000000 100011

Color Harmonies of #942191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942191

Black with #942191

Text Example


Text Example

White with #942191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942191; }

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

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

background-color css

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

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

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

border-color css

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

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

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