Html Css Color HEX #9011AF Dark Violet

📋 copy color: '#9011AF'

red 144 ◦ green 17 ◦ blue 175

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

Shades of Dark Violet #9011AF

Tints of Dark Violet #9011AF

RGB

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

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

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

R = 42.86%
G = 5.06%
B = 52.08%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9011AF (or 0x9011AF) is known color: Dark Violet. HEX triplet: 90, 11 and AF. RGB value is (144,17,175). Sum of RGB (Red+Green+Blue) = 144+17+175=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #9011AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9011AF is #6FEE50. Grayscale: #484848. Windows color (decimal): -7335505 or 11473296. OLE color: 11473296.

HSL color Cylindrical-coordinate representation of color #9011AF: hue angle of 288.23º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9011AF is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 144 17 175 -
CMYK 0.18 0.90 0 0.31
HSL 288.23º 0.82% 0.38% -
HSV(B) 288.23º 0.9% 0.69% -
XYZ 19.44 9.43 41.35 -
YUV 72.99 185.58 178.65 -
System Red Green Blue C M Y K H S L
Decimal 144 17 175 0.18 0.90 0 0.31 288.23 0.82 0.38
Hex 90 11 AF 12 5A 0 1F 120 52 26
Octal 220 21 257 22 132 0 37 440 122 46
Binary 10010000 10001 10101111 10010 1011010 0 11111 100100000 1010010 100110

Color Harmonies of #9011AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9011AF

Black with #9011AF

Text Example


Text Example

White with #9011AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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