#835FBA

Color #835FBA True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #835FBA

Tints of True V #835FBA

Color information

#835FBA (or 0x835FBA) is unknown color: approx True V. HEX triplet: 83, 5F and BA. RGB value is (131,95,186). Sum of RGB (Red+Green+Blue) = 131+95+186=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #835FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835FBA is #7CA045. Grayscale: #737373. Windows color (decimal): -8167494 or 12214147. OLE color: 12214147.

HSL color Cylindrical-coordinate representation of color #835FBA: hue angle of 263.74º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #835FBA is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13195186-
CMYK0.300.4900.27
HSL263.74º39.74%55.1%-
HSV(B)263.74º48.92%72.94%-
XYZ22.3216.5548.47-
YUV116.14167.43138.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.80%
GREEN value IS 95 (37.5% from 255) = 23.06%
BLUE value IS 186 (73.05% from 255) = 45.15%
R=31.80%
G=23.06%
B=45.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131951860.300.4900.27263.7439.7455.1
Hex835FBA1E3101B1082837
Octal20313727236610334105067
Binary1000001110111111011101011110110001011011100001000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835FBA; }

 p { color: rgb(131,95,186); }

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

<style>
 a { background-color: #835FBA; }

 a { background-color: rgb(131,95,186); }

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

<style>
 span { border-color: #835FBA; }

 span { border-color: rgb(131,95,186); }

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