#9A00BD

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

Shades of Dark Violet #9A00BD

Tints of Dark Violet #9A00BD

Color information

#9A00BD (or 0x9A00BD) is unknown color: approx Dark Violet. HEX triplet: 9A, 00 and BD. RGB value is (154,0,189). Sum of RGB (Red+Green+Blue) = 154+0+189=343 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.90% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 189 (74.22% from 255 or 55.10% from 343); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A00BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A00BD is #65FF42. Grayscale: #424242. Windows color (decimal): -6684483 or 12386458. OLE color: 12386458.

HSL color Cylindrical-coordinate representation of color #9A00BD: hue angle of 288.89º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A00BD is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1540189-
CMYK0.19100.26
HSL288.89º100%37.06%-
HSV(B)288.89º100%74.12%-
XYZ22.5110.5448.99-
YUV67.59196.52189.63-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 189 (74.22% from 255) = 55.10%
R=44.90%
G=0%
B=55.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal15401890.19100.26288.8910037.06
Hex9A0BD136401A1216425
Octal23202752314403244114445
Binary100110100101111011001111001000110101001000011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A00BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,0,189); }

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

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

 a { background-color: rgb(154,0,189); }

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

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

 span { border-color: rgb(154,0,189); }

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