#9209ED

Color #9209ED Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9209ED

Tints of Dark Violet #9209ED

Color information

#9209ED (or 0x9209ED) is unknown color: approx Dark Violet. HEX triplet: 92, 09 and ED. RGB value is (146,9,237). Sum of RGB (Red+Green+Blue) = 146+9+237=392 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.24% from 392); Green value is 9 (3.91% from 255 or 2.30% from 392); Blue value is 237 (92.97% from 255 or 60.46% from 392); Max value from RGB is 237 - color contains mainly: blue. Hex color #9209ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9209ED is #6DF612. Grayscale: #4B4B4B. Windows color (decimal): -7206419 or 15534482. OLE color: 15534482.

HSL color Cylindrical-coordinate representation of color #9209ED: hue angle of 276.05º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9209ED is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1469237-
CMYK0.380.9600.07
HSL276.05º92.68%48.24%-
HSV(B)276.05º96.2%92.94%-
XYZ27.2412.4281.08-
YUV75.96218.89177.96-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.24%
GREEN value IS 9 (3.91% from 255) = 2.30%
BLUE value IS 237 (92.97% from 255) = 60.46%
R=37.24%
G=2.30%
B=60.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal14692370.380.9600.07276.0592.6848.24
Hex929ED2660071145d30
Octal22211355461400742413560
Binary10010010100111101101100110110000001111000101001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9209ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9209ED;
 }
 .AnyTagClassName
 {
   color: #9209ED;
 }
</style>
background-color css

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

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

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

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

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

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