Html Css Color HEX #836ABA True V

📋 copy color: '#836ABA'

red 131 ◦ green 106 ◦ blue 186

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

Shades of True V #836ABA

Tints of True V #836ABA

RGB

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

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

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

R = 30.97%
G = 25.06%
B = 43.97%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#836ABA (or 0x836ABA) is known color: True V. HEX triplet: 83, 6A and BA. RGB value is (131,106,186). Sum of RGB (Red+Green+Blue) = 131+106+186=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #836ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836ABA is #7C9545. Grayscale: #7A7A7A. Windows color (decimal): -8164678 or 12216963. OLE color: 12216963.

HSL color Cylindrical-coordinate representation of color #836ABA: hue angle of 258.75º degrees, saturation: 0.37, 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 #836ABA is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 106 186 -
CMYK 0.30 0.43 0 0.27
HSL 258.75º 0.37% 0.57% -
HSV(B) 258.75º 0.43% 0.73% -
XYZ 23.38 18.68 48.83 -
YUV 122.6 163.78 134 -
System Red Green Blue C M Y K H S L
Decimal 131 106 186 0.30 0.43 0 0.27 258.75 0.37 0.57
Hex 83 6A BA 1E 2B 0 1B 103 25 39
Octal 203 152 272 36 53 0 33 403 45 71
Binary 10000011 1101010 10111010 11110 101011 0 11011 100000011 100101 111001

Color Harmonies of #836ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836ABA

Black with #836ABA

Text Example


Text Example

White with #836ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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