Html Css Color HEX #836AB9 True V

📋 copy color: '#836AB9'

red 131 ◦ green 106 ◦ blue 185

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

Shades of True V #836AB9

Tints of True V #836AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.84%

R = 31.04%
G = 25.12%
B = 43.84%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#836AB9 (or 0x836AB9) is known color: True V. HEX triplet: 83, 6A and B9. RGB value is (131,106,185). Sum of RGB (Red+Green+Blue) = 131+106+185=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 185 (72.66% from 255 or 43.84% from 422); Max value from RGB is 185 - color contains mainly: blue. Hex color #836AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836AB9 is #7C9546. Grayscale: #7A7A7A. Windows color (decimal): -8164679 or 12151427. OLE color: 12151427.

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

Color convert

RGB 131 106 185 -
CMYK 0.29 0.43 0 0.27
HSL 258.99º 0.36% 0.57% -
HSV(B) 258.99º 0.43% 0.73% -
XYZ 23.27 18.64 48.27 -
YUV 122.48 163.28 134.08 -
System Red Green Blue C M Y K H S L
Decimal 131 106 185 0.29 0.43 0 0.27 258.99 0.36 0.57
Hex 83 6A B9 1D 2B 0 1B 103 24 39
Octal 203 152 271 35 53 0 33 403 44 71
Binary 10000011 1101010 10111001 11101 101011 0 11011 100000011 100100 111001

Color Harmonies of #836AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836AB9

Black with #836AB9

Text Example


Text Example

White with #836AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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