#9202C1

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

Shades of Dark Violet #9202C1

Tints of Dark Violet #9202C1

Color information

#9202C1 (or 0x9202C1) is unknown color: approx Dark Violet. HEX triplet: 92, 02 and C1. RGB value is (146,2,193). Sum of RGB (Red+Green+Blue) = 146+2+193=341 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.82% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 193 (75.78% from 255 or 56.60% from 341); Max value from RGB is 193 - color contains mainly: blue. Hex color #9202C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9202C1 is #6DFD3E. Grayscale: #424242. Windows color (decimal): -7208255 or 12649106. OLE color: 12649106.

HSL color Cylindrical-coordinate representation of color #9202C1: hue angle of 285.24º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9202C1 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1462193-
CMYK0.240.9900.24
HSL285.24º97.95%38.24%-
HSV(B)285.24º98.96%75.69%-
XYZ21.51051.25-
YUV66.83199.21184.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.82%
GREEN value IS 2 (1.17% from 255) = 0.59%
BLUE value IS 193 (75.78% from 255) = 56.60%
R=42.82%
G=0.59%
B=56.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal14621930.240.9900.24285.2497.9538.24
Hex922C1186301811d6226
Octal22223013014303043514246
Binary1001001010110000011100011000110110001000111011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9202C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9202C1; }

 p { color: rgb(146,2,193); }

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

<style>
 a { background-color: #9202C1; }

 a { background-color: rgb(146,2,193); }

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

<style>
 span { border-color: #9202C1; }

 span { border-color: rgb(146,2,193); }

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