#9203BA

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

Shades of Dark Violet #9203BA

Tints of Dark Violet #9203BA

Color information

#9203BA (or 0x9203BA) is unknown color: approx Dark Violet. HEX triplet: 92, 03 and BA. RGB value is (146,3,186). Sum of RGB (Red+Green+Blue) = 146+3+186=335 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.58% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #9203BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9203BA is #6DFC45. Grayscale: #424242. Windows color (decimal): -7208006 or 12190610. OLE color: 12190610.

HSL color Cylindrical-coordinate representation of color #9203BA: hue angle of 286.89º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9203BA is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1463186-
CMYK0.220.9800.27
HSL286.89º96.83%37.06%-
HSV(B)286.89º98.39%72.94%-
XYZ20.759.7247.24-
YUV66.62195.38184.62-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.58%
GREEN value IS 3 (1.56% from 255) = 0.90%
BLUE value IS 186 (73.05% from 255) = 55.52%
R=43.58%
G=0.90%
B=55.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal14631860.220.9800.27286.8996.8337.06
Hex923BA166201B11f6125
Octal22232722614203343714145
Binary1001001011101110101011011000100110111000111111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9203BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9203BA; }

 p { color: rgb(146,3,186); }

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

<style>
 a { background-color: #9203BA; }

 a { background-color: rgb(146,3,186); }

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

<style>
 span { border-color: #9203BA; }

 span { border-color: rgb(146,3,186); }

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