Html Css Color HEX #9014AE Dark Violet

📋 copy color: '#9014AE'

red 144 ◦ green 20 ◦ blue 174

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

Shades of Dark Violet #9014AE

Tints of Dark Violet #9014AE

RGB

 RED value IS 144 (56.64% from 255) = 42.6%

 GREEN value IS 20 (8.2% from 255) = 5.92%

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

R = 42.6%
G = 5.92%
B = 51.48%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9014AE (or 0x9014AE) is known color: Dark Violet. HEX triplet: 90, 14 and AE. RGB value is (144,20,174). Sum of RGB (Red+Green+Blue) = 144+20+174=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #9014AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9014AE is #6FEB51. Grayscale: #4A4A4A. Windows color (decimal): -7334738 or 11408528. OLE color: 11408528.

HSL color Cylindrical-coordinate representation of color #9014AE: hue angle of 288.31º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9014AE is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 144 20 174 -
CMYK 0.17 0.89 0 0.32
HSL 288.31º 0.79% 0.38% -
HSV(B) 288.31º 0.89% 0.68% -
XYZ 19.39 9.49 40.85 -
YUV 74.63 184.08 177.48 -
System Red Green Blue C M Y K H S L
Decimal 144 20 174 0.17 0.89 0 0.32 288.31 0.79 0.38
Hex 90 14 AE 11 59 0 20 120 4F 26
Octal 220 24 256 21 131 0 40 440 117 46
Binary 10010000 10100 10101110 10001 1011001 0 100000 100100000 1001111 100110

Color Harmonies of #9014AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9014AE

Black with #9014AE

Text Example


Text Example

White with #9014AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,20,174); }

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

background-color css

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

 a { background-color: rgb(144,20,174); }

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

border-color css

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

 span { border-color: rgb(144,20,174); }

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