#835DBF

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

Shades of True V #835DBF

Tints of True V #835DBF

Color information

#835DBF (or 0x835DBF) is unknown color: approx True V. HEX triplet: 83, 5D and BF. RGB value is (131,93,191). Sum of RGB (Red+Green+Blue) = 131+93+191=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #835DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835DBF is #7CA240. Grayscale: #737373. Windows color (decimal): -8168001 or 12541315. OLE color: 12541315.

HSL color Cylindrical-coordinate representation of color #835DBF: hue angle of 263.27º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #835DBF is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13193191-
CMYK0.310.5100.25
HSL263.27º43.36%55.69%-
HSV(B)263.27º51.31%74.9%-
XYZ22.6816.4251.26-
YUV115.53170.59139.03-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.57%
GREEN value IS 93 (36.72% from 255) = 22.41%
BLUE value IS 191 (75% from 255) = 46.02%
R=31.57%
G=22.41%
B=46.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131931910.310.5100.25263.2743.3655.69
Hex835DBF1F330191072b38
Octal20313527737630314075370
Binary1000001110111011011111111111110011011001100000111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,93,191); }

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

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

 a { background-color: rgb(131,93,191); }

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

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

 span { border-color: rgb(131,93,191); }

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