Html Css Color HEX #940CF6 Dark Violet

📋 copy color: '#940CF6'

red 148 ◦ green 12 ◦ blue 246

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

Shades of Dark Violet #940CF6

Tints of Dark Violet #940CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 60.59%

R = 36.45%
G = 2.96%
B = 60.59%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#940CF6 (or 0x940CF6) is known color: Dark Violet. HEX triplet: 94, 0C and F6. RGB value is (148,12,246). Sum of RGB (Red+Green+Blue) = 148+12+246=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 12 (5.08% from 255 or 2.96% from 406); Blue value is 246 (96.48% from 255 or 60.59% from 406); Max value from RGB is 246 - color contains mainly: blue. Hex color #940CF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940CF6 is #6BF309. Grayscale: #4E4E4E. Windows color (decimal): -7074570 or 16125076. OLE color: 16125076.

HSL color Cylindrical-coordinate representation of color #940CF6: hue angle of 274.87º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940CF6 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 148 12 246 -
CMYK 0.40 0.95 0 0.04
HSL 274.87º 0.93% 0.51% -
HSV(B) 274.87º 0.95% 0.96% -
XYZ 28.98 13.21 88.21 -
YUV 79.34 222.06 176.97 -
System Red Green Blue C M Y K H S L
Decimal 148 12 246 0.40 0.95 0 0.04 274.87 0.93 0.51
Hex 94 C F6 28 5F 0 4 113 5D 33
Octal 224 14 366 50 137 0 4 423 135 63
Binary 10010100 1100 11110110 101000 1011111 0 100 100010011 1011101 110011

Color Harmonies of #940CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940CF6

Black with #940CF6

Text Example


Text Example

White with #940CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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