#920FCE

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

Shades of Dark Violet #920FCE

Tints of Dark Violet #920FCE

Color information

#920FCE (or 0x920FCE) is unknown color: approx Dark Violet. HEX triplet: 92, 0F and CE. RGB value is (146,15,206). Sum of RGB (Red+Green+Blue) = 146+15+206=367 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.78% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #920FCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920FCE is #6DF031. Grayscale: #4B4B4B. Windows color (decimal): -7204914 or 13504402. OLE color: 13504402.

HSL color Cylindrical-coordinate representation of color #920FCE: hue angle of 281.15º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #920FCE is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14615206-
CMYK0.290.9300.19
HSL281.15º86.43%43.33%-
HSV(B)281.15º92.72%80.78%-
XYZ23.1710.9159.28-
YUV75.94201.4177.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.78%
GREEN value IS 15 (6.25% from 255) = 4.09%
BLUE value IS 206 (80.86% from 255) = 56.13%
R=39.78%
G=4.09%
B=56.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal146152060.290.9300.19281.1586.4343.33
Hex92FCE1D5D013119562b
Octal222173163513502343112653
Binary100100101111110011101110110111010100111000110011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920FCE; }

 p { color: rgb(146,15,206); }

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

<style>
 a { background-color: #920FCE; }

 a { background-color: rgb(146,15,206); }

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

<style>
 span { border-color: #920FCE; }

 span { border-color: rgb(146,15,206); }

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