#836ABC

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

Shades of True V #836ABC

Tints of True V #836ABC

Color information

#836ABC (or 0x836ABC) is unknown color: approx True V. HEX triplet: 83, 6A and BC. RGB value is (131,106,188). Sum of RGB (Red+Green+Blue) = 131+106+188=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #836ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836ABC is #7C9543. Grayscale: #7A7A7A. Windows color (decimal): -8164676 or 12348035. OLE color: 12348035.

HSL color Cylindrical-coordinate representation of color #836ABC: hue angle of 258.29º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #836ABC is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB131106188-
CMYK0.300.4400.26
HSL258.29º37.96%57.65%-
HSV(B)258.29º43.62%73.73%-
XYZ23.5918.7649.96-
YUV122.82164.78133.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.82%
GREEN value IS 106 (41.80% from 255) = 24.94%
BLUE value IS 188 (73.83% from 255) = 44.24%
R=30.82%
G=24.94%
B=44.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311061880.300.4400.26258.2937.9657.65
Hex836ABC1E2C01A102263a
Octal20315227436540324024672
Binary1000001111010101011110011110101100011010100000010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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