Html Css Color HEX #940CBA Dark Violet

📋 copy color: '#940CBA'

red 148 ◦ green 12 ◦ blue 186

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

Shades of Dark Violet #940CBA

Tints of Dark Violet #940CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.76%

R = 42.77%
G = 3.47%
B = 53.76%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#940CBA (or 0x940CBA) is known color: Dark Violet. HEX triplet: 94, 0C and BA. RGB value is (148,12,186). Sum of RGB (Red+Green+Blue) = 148+12+186=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #940CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940CBA is #6BF345. Grayscale: #474747. Windows color (decimal): -7074630 or 12192916. OLE color: 12192916.

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

Color convert

RGB 148 12 186 -
CMYK 0.20 0.94 0 0.27
HSL 286.9º 0.88% 0.39% -
HSV(B) 286.9º 0.94% 0.73% -
XYZ 21.21 10.1 47.29 -
YUV 72.5 192.06 181.85 -
System Red Green Blue C M Y K H S L
Decimal 148 12 186 0.20 0.94 0 0.27 286.9 0.88 0.39
Hex 94 C BA 14 5E 0 1B 11F 58 27
Octal 224 14 272 24 136 0 33 437 130 47
Binary 10010100 1100 10111010 10100 1011110 0 11011 100011111 1011000 100111

Color Harmonies of #940CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940CBA

Black with #940CBA

Text Example


Text Example

White with #940CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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