Html Css Color HEX #940CC1 Dark Violet

📋 copy color: '#940CC1'

red 148 ◦ green 12 ◦ blue 193

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

Shades of Dark Violet #940CC1

Tints of Dark Violet #940CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 54.67%

R = 41.93%
G = 3.4%
B = 54.67%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#940CC1 (or 0x940CC1) is known color: Dark Violet. HEX triplet: 94, 0C and C1. RGB value is (148,12,193). Sum of RGB (Red+Green+Blue) = 148+12+193=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 193 (75.78% from 255 or 54.67% from 353); Max value from RGB is 193 - color contains mainly: blue. Hex color #940CC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940CC1 is #6BF33E. Grayscale: #484848. Windows color (decimal): -7074623 or 12651668. OLE color: 12651668.

HSL color Cylindrical-coordinate representation of color #940CC1: hue angle of 285.08º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940CC1 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 12 193 -
CMYK 0.23 0.94 0 0.24
HSL 285.08º 0.88% 0.4% -
HSV(B) 285.08º 0.94% 0.76% -
XYZ 21.97 10.41 51.3 -
YUV 73.3 195.56 181.28 -
System Red Green Blue C M Y K H S L
Decimal 148 12 193 0.23 0.94 0 0.24 285.08 0.88 0.4
Hex 94 C C1 17 5E 0 18 11D 58 28
Octal 224 14 301 27 136 0 30 435 130 50
Binary 10010100 1100 11000001 10111 1011110 0 11000 100011101 1011000 101000

Color Harmonies of #940CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940CC1

Black with #940CC1

Text Example


Text Example

White with #940CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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