#9B09E7

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

Shades of Dark Violet #9B09E7

Tints of Dark Violet #9B09E7

Color information

#9B09E7 (or 0x9B09E7) is unknown color: approx Dark Violet. HEX triplet: 9B, 09 and E7. RGB value is (155,9,231). Sum of RGB (Red+Green+Blue) = 155+9+231=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 9 (3.91% from 255 or 2.28% from 395); Blue value is 231 (90.62% from 255 or 58.48% from 395); Max value from RGB is 231 - color contains mainly: blue. Hex color #9B09E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B09E7 is #64F618. Grayscale: #4D4D4D. Windows color (decimal): -6616601 or 15141275. OLE color: 15141275.

HSL color Cylindrical-coordinate representation of color #9B09E7: hue angle of 279.46º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B09E7 is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1559231-
CMYK0.330.9600.09
HSL279.46º92.5%47.06%-
HSV(B)279.46º96.1%90.59%-
XYZ28.0412.9376.62-
YUV77.96214.37182.95-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.24%
GREEN value IS 9 (3.91% from 255) = 2.28%
BLUE value IS 231 (90.62% from 255) = 58.48%
R=39.24%
G=2.28%
B=58.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal15592310.330.9600.09279.4692.547.06
Hex9B9E72160091175c2f
Octal233113474114001142713457
Binary100110111001111001111000011100000010011000101111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B09E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B09E7; }

 p { color: rgb(155,9,231); }

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

<style>
 a { background-color: #9B09E7; }

 a { background-color: rgb(155,9,231); }

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

<style>
 span { border-color: #9B09E7; }

 span { border-color: rgb(155,9,231); }

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