Html Css Color HEX #9412AE Dark Violet

📋 copy color: '#9412AE'

red 148 ◦ green 18 ◦ blue 174

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

Shades of Dark Violet #9412AE

Tints of Dark Violet #9412AE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.29%

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

R = 43.53%
G = 5.29%
B = 51.18%

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

#9412AE (or 0x9412AE) is known color: Dark Violet. HEX triplet: 94, 12 and AE. RGB value is (148,18,174). Sum of RGB (Red+Green+Blue) = 148+18+174=340 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.53% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 174 (68.36% from 255 or 51.18% from 340); Max value from RGB is 174 - color contains mainly: blue. Hex color #9412AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9412AE is #6BED51. Grayscale: #4A4A4A. Windows color (decimal): -7073106 or 11408020. OLE color: 11408020.

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

Color convert

RGB 148 18 174 -
CMYK 0.15 0.90 0 0.32
HSL 290º 0.81% 0.38% -
HSV(B) 290º 0.9% 0.68% -
XYZ 20.07 9.78 40.88 -
YUV 74.65 184.07 180.32 -
System Red Green Blue C M Y K H S L
Decimal 148 18 174 0.15 0.90 0 0.32 290 0.81 0.38
Hex 94 12 AE F 5A 0 20 122 51 26
Octal 224 22 256 17 132 0 40 442 121 46
Binary 10010100 10010 10101110 1111 1011010 0 100000 100100010 1010001 100110

Color Harmonies of #9412AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9412AE

Black with #9412AE

Text Example


Text Example

White with #9412AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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