Html Css Color HEX #940BC6 Dark Violet

📋 copy color: '#940BC6'

red 148 ◦ green 11 ◦ blue 198

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

Shades of Dark Violet #940BC6

Tints of Dark Violet #940BC6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.08%

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

R = 41.46%
G = 3.08%
B = 55.46%

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

#940BC6 (or 0x940BC6) is known color: Dark Violet. HEX triplet: 94, 0B and C6. RGB value is (148,11,198). Sum of RGB (Red+Green+Blue) = 148+11+198=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 11 (4.69% from 255 or 3.08% from 357); Blue value is 198 (77.73% from 255 or 55.46% from 357); Max value from RGB is 198 - color contains mainly: blue. Hex color #940BC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940BC6 is #6BF439. Grayscale: #484848. Windows color (decimal): -7074874 or 12979092. OLE color: 12979092.

HSL color Cylindrical-coordinate representation of color #940BC6: hue angle of 283.96º 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 #940BC6 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 11 198 -
CMYK 0.25 0.94 0 0.22
HSL 283.96º 0.89% 0.41% -
HSV(B) 283.96º 0.94% 0.78% -
XYZ 22.53 10.61 54.29 -
YUV 73.28 198.39 181.29 -
System Red Green Blue C M Y K H S L
Decimal 148 11 198 0.25 0.94 0 0.22 283.96 0.89 0.41
Hex 94 B C6 19 5E 0 16 11C 59 29
Octal 224 13 306 31 136 0 26 434 131 51
Binary 10010100 1011 11000110 11001 1011110 0 10110 100011100 1011001 101001

Color Harmonies of #940BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940BC6

Black with #940BC6

Text Example


Text Example

White with #940BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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