Html Css Color HEX #9009AF Dark Violet

📋 copy color: '#9009AF'

red 144 ◦ green 9 ◦ blue 175

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

Shades of Dark Violet #9009AF

Tints of Dark Violet #9009AF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.74%

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

R = 43.9%
G = 2.74%
B = 53.35%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9009AF (or 0x9009AF) is known color: Dark Violet. HEX triplet: 90, 09 and AF. RGB value is (144,9,175). Sum of RGB (Red+Green+Blue) = 144+9+175=328 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.90% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 175 (68.75% from 255 or 53.35% from 328); Max value from RGB is 175 - color contains mainly: blue. Hex color #9009AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9009AF is #6FF650. Grayscale: #434343. Windows color (decimal): -7337553 or 11471248. OLE color: 11471248.

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

Color convert

RGB 144 9 175 -
CMYK 0.18 0.95 0 0.31
HSL 288.8º 0.9% 0.36% -
HSV(B) 288.8º 0.95% 0.69% -
XYZ 19.34 9.22 41.32 -
YUV 68.29 188.23 182 -
System Red Green Blue C M Y K H S L
Decimal 144 9 175 0.18 0.95 0 0.31 288.8 0.9 0.36
Hex 90 9 AF 12 5F 0 1F 121 5A 24
Octal 220 11 257 22 137 0 37 441 132 44
Binary 10010000 1001 10101111 10010 1011111 0 11111 100100001 1011010 100100

Color Harmonies of #9009AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9009AF

Black with #9009AF

Text Example


Text Example

White with #9009AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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