Html Css Color HEX #836EC1 True V

📋 copy color: '#836EC1'

red 131 ◦ green 110 ◦ blue 193

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

Shades of True V #836EC1

Tints of True V #836EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.47%

R = 30.18%
G = 25.35%
B = 44.47%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#836EC1 (or 0x836EC1) is known color: True V. HEX triplet: 83, 6E and C1. RGB value is (131,110,193). Sum of RGB (Red+Green+Blue) = 131+110+193=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 193 - color contains mainly: blue. Hex color #836EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836EC1 is #7C913E. Grayscale: #7D7D7D. Windows color (decimal): -8163647 or 12676739. OLE color: 12676739.

HSL color Cylindrical-coordinate representation of color #836EC1: hue angle of 255.18º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #836EC1 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 131 110 193 -
CMYK 0.32 0.43 0 0.24
HSL 255.18º 0.4% 0.59% -
HSV(B) 255.18º 0.43% 0.76% -
XYZ 24.56 19.83 52.98 -
YUV 125.74 165.96 131.75 -
System Red Green Blue C M Y K H S L
Decimal 131 110 193 0.32 0.43 0 0.24 255.18 0.4 0.59
Hex 83 6E C1 20 2B 0 18 FF 28 3B
Octal 203 156 301 40 53 0 30 377 50 73
Binary 10000011 1101110 11000001 100000 101011 0 11000 11111111 101000 111011

Color Harmonies of #836EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836EC1

Black with #836EC1

Text Example


Text Example

White with #836EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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