Html Css Color HEX #836DBE True V

📋 copy color: '#836DBE'

red 131 ◦ green 109 ◦ blue 190

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

Shades of True V #836DBE

Tints of True V #836DBE

RGB

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

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

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

R = 30.47%
G = 25.35%
B = 44.19%

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

#836DBE (or 0x836DBE) is known color: True V. HEX triplet: 83, 6D and BE. RGB value is (131,109,190). Sum of RGB (Red+Green+Blue) = 131+109+190=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #836DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836DBE is #7C9241. Grayscale: #7C7C7C. Windows color (decimal): -8163906 or 12479875. OLE color: 12479875.

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

Color convert

RGB 131 109 190 -
CMYK 0.31 0.43 0 0.25
HSL 256.3º 0.38% 0.59% -
HSV(B) 256.3º 0.43% 0.75% -
XYZ 24.12 19.48 51.2 -
YUV 124.81 164.79 132.41 -
System Red Green Blue C M Y K H S L
Decimal 131 109 190 0.31 0.43 0 0.25 256.3 0.38 0.59
Hex 83 6D BE 1F 2B 0 19 100 26 3B
Octal 203 155 276 37 53 0 31 400 46 73
Binary 10000011 1101101 10111110 11111 101011 0 11001 100000000 100110 111011

Color Harmonies of #836DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836DBE

Black with #836DBE

Text Example


Text Example

White with #836DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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