#9A08DE

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

Shades of Dark Violet #9A08DE

Tints of Dark Violet #9A08DE

Color information

#9A08DE (or 0x9A08DE) is unknown color: approx Dark Violet. HEX triplet: 9A, 08 and DE. RGB value is (154,8,222). Sum of RGB (Red+Green+Blue) = 154+8+222=384 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.10% from 384); Green value is 8 (3.52% from 255 or 2.08% from 384); Blue value is 222 (87.11% from 255 or 57.81% from 384); Max value from RGB is 222 - color contains mainly: blue. Hex color #9A08DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A08DE is #65F721. Grayscale: #4B4B4B. Windows color (decimal): -6682402 or 14551194. OLE color: 14551194.

HSL color Cylindrical-coordinate representation of color #9A08DE: hue angle of 280.93º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A08DE is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1548222-
CMYK0.310.9600.13
HSL280.93º93.04%45.1%-
HSV(B)280.93º96.4%87.06%-
XYZ26.612.3270.08-
YUV76.05210.37183.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.10%
GREEN value IS 8 (3.52% from 255) = 2.08%
BLUE value IS 222 (87.11% from 255) = 57.81%
R=40.10%
G=2.08%
B=57.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal15482220.310.9600.13280.9393.0445.1
Hex9A8DE1F600D1195d2d
Octal232103363714001543113555
Binary10011010100011011110111111100000011011000110011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A08DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,8,222); }

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

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

 a { background-color: rgb(154,8,222); }

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

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

 span { border-color: rgb(154,8,222); }

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