Html Css Color HEX #836EBE True V

📋 copy color: '#836EBE'

red 131 ◦ green 110 ◦ blue 190

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

Shades of True V #836EBE

Tints of True V #836EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.08%

R = 30.39%
G = 25.52%
B = 44.08%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#836EBE (or 0x836EBE) is known color: True V. HEX triplet: 83, 6E and BE. RGB value is (131,110,190). Sum of RGB (Red+Green+Blue) = 131+110+190=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #836EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836EBE is #7C9141. Grayscale: #7D7D7D. Windows color (decimal): -8163650 or 12480131. OLE color: 12480131.

HSL color Cylindrical-coordinate representation of color #836EBE: hue angle of 255.75º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #836EBE is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 110 190 -
CMYK 0.31 0.42 0 0.25
HSL 255.75º 0.38% 0.59% -
HSV(B) 255.75º 0.42% 0.75% -
XYZ 24.23 19.69 51.24 -
YUV 125.4 164.46 132 -
System Red Green Blue C M Y K H S L
Decimal 131 110 190 0.31 0.42 0 0.25 255.75 0.38 0.59
Hex 83 6E BE 1F 2A 0 19 100 26 3B
Octal 203 156 276 37 52 0 31 400 46 73
Binary 10000011 1101110 10111110 11111 101010 0 11001 100000000 100110 111011

Color Harmonies of #836EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836EBE

Black with #836EBE

Text Example


Text Example

White with #836EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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