Html Css Color HEX #836EBA True V

📋 copy color: '#836EBA'

red 131 ◦ green 110 ◦ blue 186

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

Shades of True V #836EBA

Tints of True V #836EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.56%

R = 30.68%
G = 25.76%
B = 43.56%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#836EBA (or 0x836EBA) is known color: True V. HEX triplet: 83, 6E and BA. RGB value is (131,110,186). Sum of RGB (Red+Green+Blue) = 131+110+186=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #836EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836EBA is #7C9145. Grayscale: #7C7C7C. Windows color (decimal): -8163654 or 12217987. OLE color: 12217987.

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

Color convert

RGB 131 110 186 -
CMYK 0.30 0.41 0 0.27
HSL 256.58º 0.36% 0.58% -
HSV(B) 256.58º 0.41% 0.73% -
XYZ 23.8 19.52 48.97 -
YUV 124.94 162.46 132.32 -
System Red Green Blue C M Y K H S L
Decimal 131 110 186 0.30 0.41 0 0.27 256.58 0.36 0.58
Hex 83 6E BA 1E 29 0 1B 101 24 3A
Octal 203 156 272 36 51 0 33 401 44 72
Binary 10000011 1101110 10111010 11110 101001 0 11011 100000001 100100 111010

Color Harmonies of #836EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836EBA

Black with #836EBA

Text Example


Text Example

White with #836EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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