Html Css Color HEX #942189 Dark Purple

📋 copy color: '#942189'

red 148 ◦ green 33 ◦ blue 137

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

Shades of Dark Purple #942189

Tints of Dark Purple #942189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 43.08%

R = 46.54%
G = 10.38%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#942189 (or 0x942189) is known color: Dark Purple. HEX triplet: 94, 21 and 89. RGB value is (148,33,137). Sum of RGB (Red+Green+Blue) = 148+33+137=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #942189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942189 is #6BDE76. Grayscale: #4E4E4E. Windows color (decimal): -7069303 or 8987028. OLE color: 8987028.

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

Color convert

RGB 148 33 137 -
CMYK 0 0.78 0.07 0.42
HSL 305.74º 0.64% 0.35% -
HSV(B) 305.74º 0.78% 0.58% -
XYZ 17.27 9.19 24.53 -
YUV 79.24 160.6 177.04 -
System Red Green Blue C M Y K H S L
Decimal 148 33 137 0 0.78 0.07 0.42 305.74 0.64 0.35
Hex 94 21 89 0 4E 7 2A 132 40 23
Octal 224 41 211 0 116 7 52 462 100 43
Binary 10010100 100001 10001001 0 1001110 111 101010 100110010 1000000 100011

Color Harmonies of #942189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942189

Black with #942189

Text Example


Text Example

White with #942189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942189; }

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

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

background-color css

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

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

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

border-color css

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

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

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