Html Css Color HEX #940CC7 Dark Violet

📋 copy color: '#940CC7'

red 148 ◦ green 12 ◦ blue 199

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

Shades of Dark Violet #940CC7

Tints of Dark Violet #940CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 55.43%

R = 41.23%
G = 3.34%
B = 55.43%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#940CC7 (or 0x940CC7) is known color: Dark Violet. HEX triplet: 94, 0C and C7. RGB value is (148,12,199). Sum of RGB (Red+Green+Blue) = 148+12+199=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 12 (5.08% from 255 or 3.34% from 359); Blue value is 199 (78.12% from 255 or 55.43% from 359); Max value from RGB is 199 - color contains mainly: blue. Hex color #940CC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940CC7 is #6BF338. Grayscale: #494949. Windows color (decimal): -7074617 or 13044884. OLE color: 13044884.

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

Color convert

RGB 148 12 199 -
CMYK 0.26 0.94 0 0.22
HSL 283.64º 0.89% 0.41% -
HSV(B) 283.64º 0.94% 0.78% -
XYZ 22.65 10.68 54.9 -
YUV 73.98 198.56 180.79 -
System Red Green Blue C M Y K H S L
Decimal 148 12 199 0.26 0.94 0 0.22 283.64 0.89 0.41
Hex 94 C C7 1A 5E 0 16 11C 59 29
Octal 224 14 307 32 136 0 26 434 131 51
Binary 10010100 1100 11000111 11010 1011110 0 10110 100011100 1011001 101001

Color Harmonies of #940CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940CC7

Black with #940CC7

Text Example


Text Example

White with #940CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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