Html Css Color HEX #836CBE True V

📋 copy color: '#836CBE'

red 131 ◦ green 108 ◦ blue 190

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

Shades of True V #836CBE

Tints of True V #836CBE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.17%

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

R = 30.54%
G = 25.17%
B = 44.29%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#836CBE (or 0x836CBE) is known color: True V. HEX triplet: 83, 6C and BE. RGB value is (131,108,190). Sum of RGB (Red+Green+Blue) = 131+108+190=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #836CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836CBE is #7C9341. Grayscale: #7B7B7B. Windows color (decimal): -8164162 or 12479619. OLE color: 12479619.

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

Color convert

RGB 131 108 190 -
CMYK 0.31 0.43 0 0.25
HSL 256.83º 0.39% 0.58% -
HSV(B) 256.83º 0.43% 0.75% -
XYZ 24.02 19.27 51.17 -
YUV 124.23 165.12 132.83 -
System Red Green Blue C M Y K H S L
Decimal 131 108 190 0.31 0.43 0 0.25 256.83 0.39 0.58
Hex 83 6C BE 1F 2B 0 19 101 27 3A
Octal 203 154 276 37 53 0 31 401 47 72
Binary 10000011 1101100 10111110 11111 101011 0 11001 100000001 100111 111010

Color Harmonies of #836CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836CBE

Black with #836CBE

Text Example


Text Example

White with #836CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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