#830fcb

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

Shades of Dark Violet #830FCB

Tints of Dark Violet #830FCB

Color information

#830FCB (or 0x830FCB) is unknown color: approx Dark Violet. HEX triplet: 83, 0F and CB. RGB value is (131,15,203). Sum of RGB (Red+Green+Blue) = 131+15+203=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #830FCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #830FCB is #7CF034. Grayscale: #464646. Windows color (decimal): -8187957 or 13307779. OLE color: 13307779.

HSL color Cylindrical-coordinate representation of color #830FCB: hue angle of 277.02º 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 #830FCB is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13115203-
CMYK0.350.9300.20
HSL277.02º86.24%42.75%-
HSV(B)277.02º92.61%79.61%-
XYZ20.319.4857.26-
YUV71.12202.43170.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.54%
GREEN value IS 15 (6.25% from 255) = 4.30%
BLUE value IS 203 (79.69% from 255) = 58.17%
R=37.54%
G=4.30%
B=58.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal131152030.350.9300.20277.0286.2442.75
Hex83FCB235D014115562b
Octal203173134313502442512653
Binary1000001111111100101110001110111010101001000101011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830fcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830fcb; }

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

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

<style>
 a { background-color: #830fcb; }

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

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

<style>
 span { border-color: #830fcb; }

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

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