#820FCB

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

Shades of Dark Violet #820FCB

Tints of Dark Violet #820FCB

Color information

#820FCB (or 0x820FCB) is unknown color: approx Dark Violet. HEX triplet: 82, 0F and CB. RGB value is (130,15,203). Sum of RGB (Red+Green+Blue) = 130+15+203=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #820FCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820FCB is #7DF034. Grayscale: #464646. Windows color (decimal): -8253493 or 13307778. OLE color: 13307778.

HSL color Cylindrical-coordinate representation of color #820FCB: hue angle of 276.7º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820FCB is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13015203-
CMYK0.360.9300.20
HSL276.7º86.24%42.75%-
HSV(B)276.7º92.61%79.61%-
XYZ20.169.457.25-
YUV70.82202.6170.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.36%
GREEN value IS 15 (6.25% from 255) = 4.31%
BLUE value IS 203 (79.69% from 255) = 58.33%
R=37.36%
G=4.31%
B=58.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal130152030.360.9300.20276.786.2442.75
Hex82FCB245D014115562b
Octal202173134413502442512653
Binary1000001011111100101110010010111010101001000101011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820FCB; }

 p { color: rgb(130,15,203); }

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

<style>
 a { background-color: #820FCB; }

 a { background-color: rgb(130,15,203); }

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

<style>
 span { border-color: #820FCB; }

 span { border-color: rgb(130,15,203); }

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