Html Css Color HEX #9411AE Dark Violet

📋 copy color: '#9411AE'

red 148 ◦ green 17 ◦ blue 174

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

Shades of Dark Violet #9411AE

Tints of Dark Violet #9411AE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.01%

 BLUE value IS 174 (68.36% from 255) = 51.33%

R = 43.66%
G = 5.01%
B = 51.33%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9411AE (or 0x9411AE) is known color: Dark Violet. HEX triplet: 94, 11 and AE. RGB value is (148,17,174). Sum of RGB (Red+Green+Blue) = 148+17+174=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #9411AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9411AE is #6BEE51. Grayscale: #494949. Windows color (decimal): -7073362 or 11407764. OLE color: 11407764.

HSL color Cylindrical-coordinate representation of color #9411AE: hue angle of 290.06º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9411AE is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 17 174 -
CMYK 0.15 0.90 0 0.32
HSL 290.06º 0.82% 0.37% -
HSV(B) 290.06º 0.9% 0.68% -
XYZ 20.05 9.75 40.87 -
YUV 74.07 184.4 180.73 -
System Red Green Blue C M Y K H S L
Decimal 148 17 174 0.15 0.90 0 0.32 290.06 0.82 0.37
Hex 94 11 AE F 5A 0 20 122 52 25
Octal 224 21 256 17 132 0 40 442 122 45
Binary 10010100 10001 10101110 1111 1011010 0 100000 100100010 1010010 100101

Color Harmonies of #9411AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9411AE

Black with #9411AE

Text Example


Text Example

White with #9411AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9411AE; }

 p { color: rgb(148,17,174); }

 H1.HeaderClassName
 {
   color: #9411AE;
 }
 .AnyTagClassName
 {
   color: #9411AE;
 }
</style>

background-color css

<style>
 a { background-color: #9411AE; }

 a { background-color: rgb(148,17,174); }

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

border-color css

<style>
 span { border-color: #9411AE; }

 span { border-color: rgb(148,17,174); }

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