Html Css Color HEX #9209AF Dark Violet

📋 copy color: '#9209AF'

red 146 ◦ green 9 ◦ blue 175

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

Shades of Dark Violet #9209AF

Tints of Dark Violet #9209AF

RGB

 RED value IS 146 (57.42% from 255) = 44.24%

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

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

R = 44.24%
G = 2.73%
B = 53.03%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9209AF (or 0x9209AF) is known color: Dark Violet. HEX triplet: 92, 09 and AF. RGB value is (146,9,175). Sum of RGB (Red+Green+Blue) = 146+9+175=330 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.24% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 175 (68.75% from 255 or 53.03% from 330); Max value from RGB is 175 - color contains mainly: blue. Hex color #9209AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9209AF is #6DF650. Grayscale: #444444. Windows color (decimal): -7206481 or 11471250. OLE color: 11471250.

HSL color Cylindrical-coordinate representation of color #9209AF: hue angle of 289.52º 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 #9209AF is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 146 9 175 -
CMYK 0.17 0.95 0 0.31
HSL 289.52º 0.9% 0.36% -
HSV(B) 289.52º 0.95% 0.69% -
XYZ 19.69 9.4 41.33 -
YUV 68.89 187.89 183 -
System Red Green Blue C M Y K H S L
Decimal 146 9 175 0.17 0.95 0 0.31 289.52 0.9 0.36
Hex 92 9 AF 11 5F 0 1F 122 5A 24
Octal 222 11 257 21 137 0 37 442 132 44
Binary 10010010 1001 10101111 10001 1011111 0 11111 100100010 1011010 100100

Color Harmonies of #9209AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9209AF

Black with #9209AF

Text Example


Text Example

White with #9209AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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