Html Css Color HEX #940FBA Dark Violet

📋 copy color: '#940FBA'

red 148 ◦ green 15 ◦ blue 186

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

Shades of Dark Violet #940FBA

Tints of Dark Violet #940FBA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.3%

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

R = 42.41%
G = 4.3%
B = 53.3%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#940FBA (or 0x940FBA) is known color: Dark Violet. HEX triplet: 94, 0F and BA. RGB value is (148,15,186). Sum of RGB (Red+Green+Blue) = 148+15+186=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #940FBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940FBA is #6BF045. Grayscale: #494949. Windows color (decimal): -7073862 or 12193684. OLE color: 12193684.

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

Color convert

RGB 148 15 186 -
CMYK 0.20 0.92 0 0.27
HSL 286.67º 0.85% 0.39% -
HSV(B) 286.67º 0.92% 0.73% -
XYZ 21.25 10.18 47.3 -
YUV 74.26 191.06 180.6 -
System Red Green Blue C M Y K H S L
Decimal 148 15 186 0.20 0.92 0 0.27 286.67 0.85 0.39
Hex 94 F BA 14 5C 0 1B 11F 55 27
Octal 224 17 272 24 134 0 33 437 125 47
Binary 10010100 1111 10111010 10100 1011100 0 11011 100011111 1010101 100111

Color Harmonies of #940FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940FBA

Black with #940FBA

Text Example


Text Example

White with #940FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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