Html Css Color HEX #942490 Dark Purple

📋 copy color: '#942490'

red 148 ◦ green 36 ◦ blue 144

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

Shades of Dark Purple #942490

Tints of Dark Purple #942490

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.98%

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

R = 45.12%
G = 10.98%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#942490 (or 0x942490) is known color: Dark Purple. HEX triplet: 94, 24 and 90. RGB value is (148,36,144). Sum of RGB (Red+Green+Blue) = 148+36+144=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #942490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942490 is #6BDB6F. Grayscale: #515151. Windows color (decimal): -7068528 or 9446548. OLE color: 9446548.

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

Color convert

RGB 148 36 144 -
CMYK 0 0.76 0.03 0.42
HSL 302.14º 0.61% 0.36% -
HSV(B) 302.14º 0.76% 0.58% -
XYZ 17.88 9.57 27.29 -
YUV 81.8 163.11 175.22 -
System Red Green Blue C M Y K H S L
Decimal 148 36 144 0 0.76 0.03 0.42 302.14 0.61 0.36
Hex 94 24 90 0 4C 3 2A 12E 3D 24
Octal 224 44 220 0 114 3 52 456 75 44
Binary 10010100 100100 10010000 0 1001100 11 101010 100101110 111101 100100

Color Harmonies of #942490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942490

Black with #942490

Text Example


Text Example

White with #942490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942490; }

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

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

background-color css

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

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

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

border-color css

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

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

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