Html Css Color HEX #940CC0 Dark Violet

📋 copy color: '#940CC0'

red 148 ◦ green 12 ◦ blue 192

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

Shades of Dark Violet #940CC0

Tints of Dark Violet #940CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 54.55%

R = 42.05%
G = 3.41%
B = 54.55%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#940CC0 (or 0x940CC0) is known color: Dark Violet. HEX triplet: 94, 0C and C0. RGB value is (148,12,192). Sum of RGB (Red+Green+Blue) = 148+12+192=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 12 (5.08% from 255 or 3.41% from 352); Blue value is 192 (75.39% from 255 or 54.55% from 352); Max value from RGB is 192 - color contains mainly: blue. Hex color #940CC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940CC0 is #6BF33F. Grayscale: #484848. Windows color (decimal): -7074624 or 12586132. OLE color: 12586132.

HSL color Cylindrical-coordinate representation of color #940CC0: hue angle of 285.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940CC0 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 12 192 -
CMYK 0.23 0.94 0 0.25
HSL 285.33º 0.88% 0.4% -
HSV(B) 285.33º 0.94% 0.75% -
XYZ 21.86 10.36 50.72 -
YUV 73.18 195.06 181.36 -
System Red Green Blue C M Y K H S L
Decimal 148 12 192 0.23 0.94 0 0.25 285.33 0.88 0.4
Hex 94 C C0 17 5E 0 19 11D 58 28
Octal 224 14 300 27 136 0 31 435 130 50
Binary 10010100 1100 11000000 10111 1011110 0 11001 100011101 1011000 101000

Color Harmonies of #940CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940CC0

Black with #940CC0

Text Example


Text Example

White with #940CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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