#920BBD

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

Shades of Dark Violet #920BBD

Tints of Dark Violet #920BBD

Color information

#920BBD (or 0x920BBD) is unknown color: approx Dark Violet. HEX triplet: 92, 0B and BD. RGB value is (146,11,189). Sum of RGB (Red+Green+Blue) = 146+11+189=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #920BBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920BBD is #6DF442. Grayscale: #474747. Windows color (decimal): -7205955 or 12389266. OLE color: 12389266.

HSL color Cylindrical-coordinate representation of color #920BBD: hue angle of 285.51º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920BBD is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14611189-
CMYK0.230.9400.26
HSL285.51º89%39.22%-
HSV(B)285.51º94.18%74.12%-
XYZ21.1610.0248.96-
YUV71.66194.23181.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.20%
GREEN value IS 11 (4.69% from 255) = 3.18%
BLUE value IS 189 (74.22% from 255) = 54.62%
R=42.20%
G=3.18%
B=54.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal146111890.230.9400.26285.518939.22
Hex92BBD175E01A11e5927
Octal222132752713603243613147
Binary100100101011101111011011110111100110101000111101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,11,189); }

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

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

 a { background-color: rgb(146,11,189); }

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

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

 span { border-color: rgb(146,11,189); }

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