Html Css Color HEX #9010AE Dark Violet

📋 copy color: '#9010AE'

red 144 ◦ green 16 ◦ blue 174

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

Shades of Dark Violet #9010AE

Tints of Dark Violet #9010AE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.79%

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

R = 43.11%
G = 4.79%
B = 52.1%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9010AE (or 0x9010AE) is known color: Dark Violet. HEX triplet: 90, 10 and AE. RGB value is (144,16,174). Sum of RGB (Red+Green+Blue) = 144+16+174=334 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.11% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #9010AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9010AE is #6FEF51. Grayscale: #474747. Windows color (decimal): -7335762 or 11407504. OLE color: 11407504.

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

Color convert

RGB 144 16 174 -
CMYK 0.17 0.91 0 0.32
HSL 288.61º 0.83% 0.37% -
HSV(B) 288.61º 0.91% 0.68% -
XYZ 19.33 9.36 40.83 -
YUV 72.28 185.41 179.15 -
System Red Green Blue C M Y K H S L
Decimal 144 16 174 0.17 0.91 0 0.32 288.61 0.83 0.37
Hex 90 10 AE 11 5B 0 20 121 53 25
Octal 220 20 256 21 133 0 40 441 123 45
Binary 10010000 10000 10101110 10001 1011011 0 100000 100100001 1010011 100101

Color Harmonies of #9010AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9010AE

Black with #9010AE

Text Example


Text Example

White with #9010AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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