Html Css Color HEX #940DCC Dark Violet

📋 copy color: '#940DCC'

red 148 ◦ green 13 ◦ blue 204

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

Shades of Dark Violet #940DCC

Tints of Dark Violet #940DCC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.56%

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

R = 40.55%
G = 3.56%
B = 55.89%

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

#940DCC (or 0x940DCC) is known color: Dark Violet. HEX triplet: 94, 0D and CC. RGB value is (148,13,204). Sum of RGB (Red+Green+Blue) = 148+13+204=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #940DCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940DCC is #6BF233. Grayscale: #4A4A4A. Windows color (decimal): -7074356 or 13372820. OLE color: 13372820.

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

Color convert

RGB 148 13 204 -
CMYK 0.27 0.94 0 0.2
HSL 282.41º 0.88% 0.43% -
HSV(B) 282.41º 0.94% 0.8% -
XYZ 23.26 10.94 58.01 -
YUV 75.14 200.73 179.97 -
System Red Green Blue C M Y K H S L
Decimal 148 13 204 0.27 0.94 0 0.2 282.41 0.88 0.43
Hex 94 D CC 1B 5E 0 14 11A 58 2B
Octal 224 15 314 33 136 0 24 432 130 53
Binary 10010100 1101 11001100 11011 1011110 0 10100 100011010 1011000 101011

Color Harmonies of #940DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940DCC

Black with #940DCC

Text Example


Text Example

White with #940DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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