Html Css Color HEX #940CDD Dark Violet

📋 copy color: '#940CDD'

red 148 ◦ green 12 ◦ blue 221

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

Shades of Dark Violet #940CDD

Tints of Dark Violet #940CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.01%

R = 38.85%
G = 3.15%
B = 58.01%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#940CDD (or 0x940CDD) is known color: Dark Violet. HEX triplet: 94, 0C and DD. RGB value is (148,12,221). Sum of RGB (Red+Green+Blue) = 148+12+221=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #940CDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940CDD is #6BF322. Grayscale: #4B4B4B. Windows color (decimal): -7074595 or 14486676. OLE color: 14486676.

HSL color Cylindrical-coordinate representation of color #940CDD: hue angle of 279.04º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940CDD is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 12 221 -
CMYK 0.33 0.95 0 0.13
HSL 279.04º 0.9% 0.46% -
HSV(B) 279.04º 0.95% 0.87% -
XYZ 25.4 11.78 69.34 -
YUV 76.49 209.56 179.01 -
System Red Green Blue C M Y K H S L
Decimal 148 12 221 0.33 0.95 0 0.13 279.04 0.9 0.46
Hex 94 C DD 21 5F 0 D 117 5A 2E
Octal 224 14 335 41 137 0 15 427 132 56
Binary 10010100 1100 11011101 100001 1011111 0 1101 100010111 1011010 101110

Color Harmonies of #940CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940CDD

Black with #940CDD

Text Example


Text Example

White with #940CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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