Html Css Color HEX #940CCC Dark Violet

📋 copy color: '#940CCC'

red 148 ◦ green 12 ◦ blue 204

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

Shades of Dark Violet #940CCC

Tints of Dark Violet #940CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.04%

R = 40.66%
G = 3.3%
B = 56.04%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#940CCC (or 0x940CCC) is known color: Dark Violet. HEX triplet: 94, 0C and CC. RGB value is (148,12,204). Sum of RGB (Red+Green+Blue) = 148+12+204=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 12 (5.08% from 255 or 3.30% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #940CCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940CCC is #6BF333. Grayscale: #494949. Windows color (decimal): -7074612 or 13372564. OLE color: 13372564.

HSL color Cylindrical-coordinate representation of color #940CCC: hue angle of 282.5º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940CCC is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 12 204 -
CMYK 0.27 0.94 0 0.2
HSL 282.5º 0.89% 0.42% -
HSV(B) 282.5º 0.94% 0.8% -
XYZ 23.24 10.92 58.01 -
YUV 74.55 201.06 180.39 -
System Red Green Blue C M Y K H S L
Decimal 148 12 204 0.27 0.94 0 0.2 282.5 0.89 0.42
Hex 94 C CC 1B 5E 0 14 11A 59 2A
Octal 224 14 314 33 136 0 24 432 131 52
Binary 10010100 1100 11001100 11011 1011110 0 10100 100011010 1011001 101010

Color Harmonies of #940CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940CCC

Black with #940CCC

Text Example


Text Example

White with #940CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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