#920CE4

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

Shades of Dark Violet #920CE4

Tints of Dark Violet #920CE4

Color information

#920CE4 (or 0x920CE4) is unknown color: approx Dark Violet. HEX triplet: 92, 0C and E4. RGB value is (146,12,228). Sum of RGB (Red+Green+Blue) = 146+12+228=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 228 (89.45% from 255 or 59.07% from 386); Max value from RGB is 228 - color contains mainly: blue. Hex color #920CE4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920CE4 is #6DF31B. Grayscale: #4B4B4B. Windows color (decimal): -7205660 or 14945426. OLE color: 14945426.

HSL color Cylindrical-coordinate representation of color #920CE4: hue angle of 277.22º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #920CE4 is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB14612228-
CMYK0.360.9500.11
HSL277.22º90%47.06%-
HSV(B)277.22º94.74%89.41%-
XYZ25.9911.9874.34-
YUV76.69213.39177.44-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.82%
GREEN value IS 12 (5.08% from 255) = 3.11%
BLUE value IS 228 (89.45% from 255) = 59.07%
R=37.82%
G=3.11%
B=59.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal146122280.360.9500.11277.229047.06
Hex92CE4245F0B1155a2f
Octal222143444413701342513257
Binary100100101100111001001001001011111010111000101011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,12,228); }

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

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

 a { background-color: rgb(146,12,228); }

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

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

 span { border-color: rgb(146,12,228); }

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