#835DBC

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

Shades of True V #835DBC

Tints of True V #835DBC

Color information

#835DBC (or 0x835DBC) is unknown color: approx True V. HEX triplet: 83, 5D and BC. RGB value is (131,93,188). Sum of RGB (Red+Green+Blue) = 131+93+188=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #835DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835DBC is #7CA243. Grayscale: #727272. Windows color (decimal): -8168004 or 12344707. OLE color: 12344707.

HSL color Cylindrical-coordinate representation of color #835DBC: hue angle of 264º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #835DBC is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13193188-
CMYK0.300.5100.26
HSL264º41.48%55.1%-
HSV(B)264º50.53%73.73%-
XYZ22.3516.2849.54-
YUV115.19169.09139.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.80%
GREEN value IS 93 (36.72% from 255) = 22.57%
BLUE value IS 188 (73.83% from 255) = 45.63%
R=31.80%
G=22.57%
B=45.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal131931880.300.5100.2626441.4855.1
Hex835DBC1E3301A1082937
Octal20313527436630324105167
Binary1000001110111011011110011110110011011010100001000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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