Html Css Color HEX #836EC0 True V

📋 copy color: '#836EC0'

red 131 ◦ green 110 ◦ blue 192

#836EC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of True V #836EC0

Tints of True V #836EC0

RGB

 RED value IS 131 (51.56% from 255) = 30.25%

 GREEN value IS 110 (43.36% from 255) = 25.4%

 BLUE value IS 192 (75.39% from 255) = 44.34%

R = 30.25%
G = 25.4%
B = 44.34%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#836EC0 (or 0x836EC0) is known color: True V. HEX triplet: 83, 6E and C0. RGB value is (131,110,192). Sum of RGB (Red+Green+Blue) = 131+110+192=433 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.25% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #836EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836EC0 is #7C913F. Grayscale: #7D7D7D. Windows color (decimal): -8163648 or 12611203. OLE color: 12611203.

HSL color Cylindrical-coordinate representation of color #836EC0: hue angle of 255.37º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #836EC0 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 110 192 -
CMYK 0.32 0.43 0 0.25
HSL 255.37º 0.39% 0.59% -
HSV(B) 255.37º 0.43% 0.75% -
XYZ 24.45 19.78 52.4 -
YUV 125.63 165.46 131.83 -
System Red Green Blue C M Y K H S L
Decimal 131 110 192 0.32 0.43 0 0.25 255.37 0.39 0.59
Hex 83 6E C0 20 2B 0 19 FF 27 3B
Octal 203 156 300 40 53 0 31 377 47 73
Binary 10000011 1101110 11000000 100000 101011 0 11001 11111111 100111 111011

Color Harmonies of #836EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836EC0

Black with #836EC0

Text Example


Text Example

White with #836EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,110,192); }

 H1.HeaderClassName
 {
   color: #836EC0;
 }
 .AnyTagClassName
 {
   color: #836EC0;
 }
</style>

background-color css

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

 a { background-color: rgb(131,110,192); }

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

border-color css

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

 span { border-color: rgb(131,110,192); }

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