Html Css Color HEX #836DBA True V

📋 copy color: '#836DBA'

red 131 ◦ green 109 ◦ blue 186

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

Shades of True V #836DBA

Tints of True V #836DBA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.59%

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

R = 30.75%
G = 25.59%
B = 43.66%

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

#836DBA (or 0x836DBA) is known color: True V. HEX triplet: 83, 6D and BA. RGB value is (131,109,186). Sum of RGB (Red+Green+Blue) = 131+109+186=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #836DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836DBA is #7C9245. Grayscale: #7C7C7C. Windows color (decimal): -8163910 or 12217731. OLE color: 12217731.

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

Color convert

RGB 131 109 186 -
CMYK 0.30 0.41 0 0.27
HSL 257.14º 0.36% 0.58% -
HSV(B) 257.14º 0.41% 0.73% -
XYZ 23.69 19.31 48.93 -
YUV 124.36 162.79 132.74 -
System Red Green Blue C M Y K H S L
Decimal 131 109 186 0.30 0.41 0 0.27 257.14 0.36 0.58
Hex 83 6D BA 1E 29 0 1B 101 24 3A
Octal 203 155 272 36 51 0 33 401 44 72
Binary 10000011 1101101 10111010 11110 101001 0 11011 100000001 100100 111010

Color Harmonies of #836DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836DBA

Black with #836DBA

Text Example


Text Example

White with #836DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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