Html Css Color HEX #942190 Dark Purple

📋 copy color: '#942190'

red 148 ◦ green 33 ◦ blue 144

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

Shades of Dark Purple #942190

Tints of Dark Purple #942190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.31%

R = 45.54%
G = 10.15%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#942190 (or 0x942190) is known color: Dark Purple. HEX triplet: 94, 21 and 90. RGB value is (148,33,144). Sum of RGB (Red+Green+Blue) = 148+33+144=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #942190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942190 is #6BDE6F. Grayscale: #4F4F4F. Windows color (decimal): -7069296 or 9445780. OLE color: 9445780.

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

Color convert

RGB 148 33 144 -
CMYK 0 0.78 0.03 0.42
HSL 302.09º 0.64% 0.35% -
HSV(B) 302.09º 0.78% 0.58% -
XYZ 17.79 9.4 27.26 -
YUV 80.04 164.1 176.47 -
System Red Green Blue C M Y K H S L
Decimal 148 33 144 0 0.78 0.03 0.42 302.09 0.64 0.35
Hex 94 21 90 0 4E 3 2A 12E 40 23
Octal 224 41 220 0 116 3 52 456 100 43
Binary 10010100 100001 10010000 0 1001110 11 101010 100101110 1000000 100011

Color Harmonies of #942190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942190

Black with #942190

Text Example


Text Example

White with #942190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942190; }

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

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

background-color css

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

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

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

border-color css

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

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

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