Html Css Color HEX #940CE6 Dark Violet

📋 copy color: '#940CE6'

red 148 ◦ green 12 ◦ blue 230

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

Shades of Dark Violet #940CE6

Tints of Dark Violet #940CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 58.97%

R = 37.95%
G = 3.08%
B = 58.97%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#940CE6 (or 0x940CE6) is known color: Dark Violet. HEX triplet: 94, 0C and E6. RGB value is (148,12,230). Sum of RGB (Red+Green+Blue) = 148+12+230=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 230 (90.23% from 255 or 58.97% from 390); Max value from RGB is 230 - color contains mainly: blue. Hex color #940CE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940CE6 is #6BF319. Grayscale: #4C4C4C. Windows color (decimal): -7074586 or 15076500. OLE color: 15076500.

HSL color Cylindrical-coordinate representation of color #940CE6: hue angle of 277.43º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940CE6 is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 148 12 230 -
CMYK 0.36 0.95 0 0.10
HSL 277.43º 0.9% 0.47% -
HSV(B) 277.43º 0.95% 0.9% -
XYZ 26.63 12.27 75.83 -
YUV 77.52 214.06 178.27 -
System Red Green Blue C M Y K H S L
Decimal 148 12 230 0.36 0.95 0 0.10 277.43 0.9 0.47
Hex 94 C E6 24 5F 0 A 115 5A 2F
Octal 224 14 346 44 137 0 12 425 132 57
Binary 10010100 1100 11100110 100100 1011111 0 1010 100010101 1011010 101111

Color Harmonies of #940CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940CE6

Black with #940CE6

Text Example


Text Example

White with #940CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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