Html Css Color HEX #940CC6 Dark Violet

📋 copy color: '#940CC6'

red 148 ◦ green 12 ◦ blue 198

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

Shades of Dark Violet #940CC6

Tints of Dark Violet #940CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 55.31%

R = 41.34%
G = 3.35%
B = 55.31%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#940CC6 (or 0x940CC6) is known color: Dark Violet. HEX triplet: 94, 0C and C6. RGB value is (148,12,198). Sum of RGB (Red+Green+Blue) = 148+12+198=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 12 (5.08% from 255 or 3.35% from 358); Blue value is 198 (77.73% from 255 or 55.31% from 358); Max value from RGB is 198 - color contains mainly: blue. Hex color #940CC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940CC6 is #6BF339. Grayscale: #494949. Windows color (decimal): -7074618 or 12979348. OLE color: 12979348.

HSL color Cylindrical-coordinate representation of color #940CC6: hue angle of 283.87º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940CC6 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 12 198 -
CMYK 0.25 0.94 0 0.22
HSL 283.87º 0.89% 0.41% -
HSV(B) 283.87º 0.94% 0.78% -
XYZ 22.54 10.64 54.29 -
YUV 73.87 198.06 180.88 -
System Red Green Blue C M Y K H S L
Decimal 148 12 198 0.25 0.94 0 0.22 283.87 0.89 0.41
Hex 94 C C6 19 5E 0 16 11C 59 29
Octal 224 14 306 31 136 0 26 434 131 51
Binary 10010100 1100 11000110 11001 1011110 0 10110 100011100 1011001 101001

Color Harmonies of #940CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940CC6

Black with #940CC6

Text Example


Text Example

White with #940CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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