#836ABA

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

Shades of True V #836ABA

Tints of True V #836ABA

Color information

#836ABA (or 0x836ABA) is unknown color: approx True V. HEX triplet: 83, 6A and BA. RGB value is (131,106,186). Sum of RGB (Red+Green+Blue) = 131+106+186=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #836ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836ABA is #7C9545. Grayscale: #7A7A7A. Windows color (decimal): -8164678 or 12216963. OLE color: 12216963.

HSL color Cylindrical-coordinate representation of color #836ABA: hue angle of 258.75º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #836ABA is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB131106186-
CMYK0.300.4300.27
HSL258.75º36.7%57.25%-
HSV(B)258.75º43.01%72.94%-
XYZ23.3818.6848.83-
YUV122.6163.78134-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.97%
GREEN value IS 106 (41.80% from 255) = 25.06%
BLUE value IS 186 (73.05% from 255) = 43.97%
R=30.97%
G=25.06%
B=43.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311061860.300.4300.27258.7536.757.25
Hex836ABA1E2B01B1032539
Octal20315227236530334034571
Binary1000001111010101011101011110101011011011100000011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836ABA; }

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

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

<style>
 a { background-color: #836ABA; }

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

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

<style>
 span { border-color: #836ABA; }

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

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