Html Css Color HEX #942989 Dark Purple

📋 copy color: '#942989'

red 148 ◦ green 41 ◦ blue 137

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

Shades of Dark Purple #942989

Tints of Dark Purple #942989

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.58%

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

R = 45.4%
G = 12.58%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#942989 (or 0x942989) is known color: Dark Purple. HEX triplet: 94, 29 and 89. RGB value is (148,41,137). Sum of RGB (Red+Green+Blue) = 148+41+137=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #942989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942989 is #6BD676. Grayscale: #535353. Windows color (decimal): -7067255 or 8989076. OLE color: 8989076.

HSL color Cylindrical-coordinate representation of color #942989: hue angle of 306.17º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #942989 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 41 137 -
CMYK 0 0.72 0.07 0.42
HSL 306.17º 0.57% 0.37% -
HSV(B) 306.17º 0.72% 0.58% -
XYZ 17.52 9.69 24.61 -
YUV 83.94 157.95 173.69 -
System Red Green Blue C M Y K H S L
Decimal 148 41 137 0 0.72 0.07 0.42 306.17 0.57 0.37
Hex 94 29 89 0 48 7 2A 132 39 25
Octal 224 51 211 0 110 7 52 462 71 45
Binary 10010100 101001 10001001 0 1001000 111 101010 100110010 111001 100101

Color Harmonies of #942989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942989

Black with #942989

Text Example


Text Example

White with #942989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942989; }

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

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

background-color css

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

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

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

border-color css

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

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

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