Html Css Color HEX #940AB2 Dark Violet

📋 copy color: '#940AB2'

red 148 ◦ green 10 ◦ blue 178

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

Shades of Dark Violet #940AB2

Tints of Dark Violet #940AB2

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.98%

 BLUE value IS 178 (69.92% from 255) = 52.98%

R = 44.05%
G = 2.98%
B = 52.98%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#940AB2 (or 0x940AB2) is known color: Dark Violet. HEX triplet: 94, 0A and B2. RGB value is (148,10,178). Sum of RGB (Red+Green+Blue) = 148+10+178=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 10 (4.30% from 255 or 2.98% from 336); Blue value is 178 (69.92% from 255 or 52.98% from 336); Max value from RGB is 178 - color contains mainly: blue. Hex color #940AB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940AB2 is #6BF54D. Grayscale: #454545. Windows color (decimal): -7075150 or 11668116. OLE color: 11668116.

HSL color Cylindrical-coordinate representation of color #940AB2: hue angle of 289.29º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940AB2 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 148 10 178 -
CMYK 0.17 0.94 0 0.30
HSL 289.29º 0.89% 0.37% -
HSV(B) 289.29º 0.94% 0.7% -
XYZ 20.36 9.73 42.92 -
YUV 70.41 188.72 183.34 -
System Red Green Blue C M Y K H S L
Decimal 148 10 178 0.17 0.94 0 0.30 289.29 0.89 0.37
Hex 94 A B2 11 5E 0 1E 121 59 25
Octal 224 12 262 21 136 0 36 441 131 45
Binary 10010100 1010 10110010 10001 1011110 0 11110 100100001 1011001 100101

Color Harmonies of #940AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940AB2

Black with #940AB2

Text Example


Text Example

White with #940AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,10,178); }

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

background-color css

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

 a { background-color: rgb(148,10,178); }

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

border-color css

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

 span { border-color: rgb(148,10,178); }

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