Html Css Color HEX #9010AF Dark Violet

📋 copy color: '#9010AF'

red 144 ◦ green 16 ◦ blue 175

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

Shades of Dark Violet #9010AF

Tints of Dark Violet #9010AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 52.24%

R = 42.99%
G = 4.78%
B = 52.24%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9010AF (or 0x9010AF) is known color: Dark Violet. HEX triplet: 90, 10 and AF. RGB value is (144,16,175). Sum of RGB (Red+Green+Blue) = 144+16+175=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #9010AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9010AF is #6FEF50. Grayscale: #474747. Windows color (decimal): -7335761 or 11473040. OLE color: 11473040.

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

Color convert

RGB 144 16 175 -
CMYK 0.18 0.91 0 0.31
HSL 288.3º 0.83% 0.37% -
HSV(B) 288.3º 0.91% 0.69% -
XYZ 19.42 9.4 41.35 -
YUV 72.4 185.91 179.07 -
System Red Green Blue C M Y K H S L
Decimal 144 16 175 0.18 0.91 0 0.31 288.3 0.83 0.37
Hex 90 10 AF 12 5B 0 1F 120 53 25
Octal 220 20 257 22 133 0 37 440 123 45
Binary 10010000 10000 10101111 10010 1011011 0 11111 100100000 1010011 100101

Color Harmonies of #9010AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9010AF

Black with #9010AF

Text Example


Text Example

White with #9010AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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