#9907E0

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

Shades of Dark Violet #9907E0

Tints of Dark Violet #9907E0

Color information

#9907E0 (or 0x9907E0) is unknown color: approx Dark Violet. HEX triplet: 99, 07 and E0. RGB value is (153,7,224). Sum of RGB (Red+Green+Blue) = 153+7+224=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 7 (3.12% from 255 or 1.82% from 384); Blue value is 224 (87.89% from 255 or 58.33% from 384); Max value from RGB is 224 - color contains mainly: blue. Hex color #9907E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9907E0 is #66F81F. Grayscale: #4A4A4A. Windows color (decimal): -6748192 or 14682009. OLE color: 14682009.

HSL color Cylindrical-coordinate representation of color #9907E0: hue angle of 280.37º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9907E0 is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1537224-
CMYK0.320.9700.12
HSL280.37º93.94%45.29%-
HSV(B)280.37º96.88%87.84%-
XYZ26.6712.3171.49-
YUV75.39211.87183.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.84%
GREEN value IS 7 (3.12% from 255) = 1.82%
BLUE value IS 224 (87.89% from 255) = 58.33%
R=39.84%
G=1.82%
B=58.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal15372240.320.9700.12280.3793.9445.29
Hex997E020610C1185e2d
Octal23173404014101443013655
Binary10011001111111000001000001100001011001000110001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9907E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9907E0; }

 p { color: rgb(153,7,224); }

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

<style>
 a { background-color: #9907E0; }

 a { background-color: rgb(153,7,224); }

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

<style>
 span { border-color: #9907E0; }

 span { border-color: rgb(153,7,224); }

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