#836ACB

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

Shades of True V #836ACB

Tints of True V #836ACB

Color information

#836ACB (or 0x836ACB) is unknown color: approx True V. HEX triplet: 83, 6A and CB. RGB value is (131,106,203). Sum of RGB (Red+Green+Blue) = 131+106+203=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #836ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836ACB is #7C9534. Grayscale: #7C7C7C. Windows color (decimal): -8164661 or 13331075. OLE color: 13331075.

HSL color Cylindrical-coordinate representation of color #836ACB: hue angle of 255.46º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #836ACB is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB131106203-
CMYK0.350.4800.20
HSL255.46º48.26%60.59%-
HSV(B)255.46º47.78%79.61%-
XYZ25.2919.4558.92-
YUV124.53172.28132.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.77%
GREEN value IS 106 (41.80% from 255) = 24.09%
BLUE value IS 203 (79.69% from 255) = 46.14%
R=29.77%
G=24.09%
B=46.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1311062030.350.4800.20255.4648.2660.59
Hex836ACB2330014ff303d
Octal20315231343600243776075
Binary1000001111010101100101110001111000001010011111111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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