Html Css Color HEX #940C78 Dark Purple

📋 copy color: '#940C78'

red 148 ◦ green 12 ◦ blue 120

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

Shades of Dark Purple #940C78

Tints of Dark Purple #940C78

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.29%

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

R = 52.86%
G = 4.29%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#940C78 (or 0x940C78) is known color: Dark Purple. HEX triplet: 94, 0C and 78. RGB value is (148,12,120). Sum of RGB (Red+Green+Blue) = 148+12+120=280 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.86% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 148 - color contains mainly: red. Hex color #940C78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940C78 is #6BF387. Grayscale: #404040. Windows color (decimal): -7074696 or 7867540. OLE color: 7867540.

HSL color Cylindrical-coordinate representation of color #940C78: hue angle of 312.35º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #940C78 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 12 120 -
CMYK 0 0.92 0.19 0.42
HSL 312.35º 0.85% 0.31% -
HSV(B) 312.35º 0.92% 0.58% -
XYZ 15.73 7.91 18.47 -
YUV 64.98 159.06 187.22 -
System Red Green Blue C M Y K H S L
Decimal 148 12 120 0 0.92 0.19 0.42 312.35 0.85 0.31
Hex 94 C 78 0 5C 13 2A 138 55 1F
Octal 224 14 170 0 134 23 52 470 125 37
Binary 10010100 1100 1111000 0 1011100 10011 101010 100111000 1010101 11111

Color Harmonies of #940C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940C78

Black with #940C78

Text Example


Text Example

White with #940C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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