Html Css Color HEX #836AB8 True V

📋 copy color: '#836AB8'

red 131 ◦ green 106 ◦ blue 184

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

Shades of True V #836AB8

Tints of True V #836AB8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.18%

 BLUE value IS 184 (72.27% from 255) = 43.71%

R = 31.12%
G = 25.18%
B = 43.71%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#836AB8 (or 0x836AB8) is known color: True V. HEX triplet: 83, 6A and B8. RGB value is (131,106,184). Sum of RGB (Red+Green+Blue) = 131+106+184=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 184 (72.27% from 255 or 43.71% from 421); Max value from RGB is 184 - color contains mainly: blue. Hex color #836AB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836AB8 is #7C9547. Grayscale: #7A7A7A. Windows color (decimal): -8164680 or 12085891. OLE color: 12085891.

HSL color Cylindrical-coordinate representation of color #836AB8: hue angle of 259.23º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #836AB8 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 131 106 184 -
CMYK 0.29 0.42 0 0.28
HSL 259.23º 0.35% 0.57% -
HSV(B) 259.23º 0.42% 0.72% -
XYZ 23.17 18.59 47.72 -
YUV 122.37 162.78 134.16 -
System Red Green Blue C M Y K H S L
Decimal 131 106 184 0.29 0.42 0 0.28 259.23 0.35 0.57
Hex 83 6A B8 1D 2A 0 1C 103 23 39
Octal 203 152 270 35 52 0 34 403 43 71
Binary 10000011 1101010 10111000 11101 101010 0 11100 100000011 100011 111001

Color Harmonies of #836AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836AB8

Black with #836AB8

Text Example


Text Example

White with #836AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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