#836ACA

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

Shades of True V #836ACA

Tints of True V #836ACA

Color information

#836ACA (or 0x836ACA) is unknown color: approx True V. HEX triplet: 83, 6A and CA. RGB value is (131,106,202). Sum of RGB (Red+Green+Blue) = 131+106+202=439 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.84% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #836ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836ACA is #7C9535. Grayscale: #7C7C7C. Windows color (decimal): -8164662 or 13265539. OLE color: 13265539.

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

Color convert

RGB131106202-
CMYK0.350.4800.21
HSL255.62º47.52%60.39%-
HSV(B)255.62º47.52%79.22%-
XYZ25.1719.458.29-
YUV124.42171.78132.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.84%
GREEN value IS 106 (41.80% from 255) = 24.15%
BLUE value IS 202 (79.30% from 255) = 46.01%
R=29.84%
G=24.15%
B=46.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1311062020.350.4800.21255.6247.5260.39
Hex836ACA2330015100303c
Octal20315231243600254006074
Binary10000011110101011001010100011110000010101100000000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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