Html Css Color HEX #940F78 Dark Purple

📋 copy color: '#940F78'

red 148 ◦ green 15 ◦ blue 120

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

Shades of Dark Purple #940F78

Tints of Dark Purple #940F78

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.3%

 BLUE value IS 120 (47.27% from 255) = 42.4%

R = 52.3%
G = 5.3%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#940F78 (or 0x940F78) is known color: Dark Purple. HEX triplet: 94, 0F and 78. RGB value is (148,15,120). Sum of RGB (Red+Green+Blue) = 148+15+120=283 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.30% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 148 - color contains mainly: red. Hex color #940F78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940F78 is #6BF087. Grayscale: #424242. Windows color (decimal): -7073928 or 7868308. OLE color: 7868308.

HSL color Cylindrical-coordinate representation of color #940F78: hue angle of 312.63º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #940F78 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 15 120 -
CMYK 0 0.90 0.19 0.42
HSL 312.63º 0.82% 0.32% -
HSV(B) 312.63º 0.9% 0.58% -
XYZ 15.77 7.99 18.48 -
YUV 66.74 158.06 185.96 -
System Red Green Blue C M Y K H S L
Decimal 148 15 120 0 0.90 0.19 0.42 312.63 0.82 0.32
Hex 94 F 78 0 5A 13 2A 139 52 20
Octal 224 17 170 0 132 23 52 471 122 40
Binary 10010100 1111 1111000 0 1011010 10011 101010 100111001 1010010 100000

Color Harmonies of #940F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940F78

Black with #940F78

Text Example


Text Example

White with #940F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940F78; }

 p { color: rgb(148,15,120); }

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

background-color css

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

 a { background-color: rgb(148,15,120); }

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

border-color css

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

 span { border-color: rgb(148,15,120); }

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