#920CB1

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

Shades of Dark Violet #920CB1

Tints of Dark Violet #920CB1

Color information

#920CB1 (or 0x920CB1) is unknown color: approx Dark Violet. HEX triplet: 92, 0C and B1. RGB value is (146,12,177). Sum of RGB (Red+Green+Blue) = 146+12+177=335 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.58% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 177 (69.53% from 255 or 52.84% from 335); Max value from RGB is 177 - color contains mainly: blue. Hex color #920CB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920CB1 is #6DF34E. Grayscale: #464646. Windows color (decimal): -7205711 or 11603090. OLE color: 11603090.

HSL color Cylindrical-coordinate representation of color #920CB1: hue angle of 288.73º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #920CB1 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14612177-
CMYK0.180.9300.31
HSL288.73º87.3%37.06%-
HSV(B)288.73º93.22%69.41%-
XYZ19.929.5542.39-
YUV70.88187.89181.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.58%
GREEN value IS 12 (5.08% from 255) = 3.58%
BLUE value IS 177 (69.53% from 255) = 52.84%
R=43.58%
G=3.58%
B=52.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal146121770.180.9300.31288.7387.337.06
Hex92CB1125D01F1215725
Octal222142612213503744112745
Binary100100101100101100011001010111010111111001000011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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