Html Css Color HEX #836DBF True V

📋 copy color: '#836DBF'

red 131 ◦ green 109 ◦ blue 191

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

Shades of True V #836DBF

Tints of True V #836DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.32%

R = 30.39%
G = 25.29%
B = 44.32%

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

#836DBF (or 0x836DBF) is known color: True V. HEX triplet: 83, 6D and BF. RGB value is (131,109,191). Sum of RGB (Red+Green+Blue) = 131+109+191=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #836DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836DBF is #7C9240. Grayscale: #7C7C7C. Windows color (decimal): -8163905 or 12545411. OLE color: 12545411.

HSL color Cylindrical-coordinate representation of color #836DBF: hue angle of 256.1º degrees, saturation: 0.39, 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 #836DBF is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 109 191 -
CMYK 0.31 0.43 0 0.25
HSL 256.1º 0.39% 0.59% -
HSV(B) 256.1º 0.43% 0.75% -
XYZ 24.23 19.52 51.78 -
YUV 124.93 165.29 132.33 -
System Red Green Blue C M Y K H S L
Decimal 131 109 191 0.31 0.43 0 0.25 256.1 0.39 0.59
Hex 83 6D BF 1F 2B 0 19 100 27 3B
Octal 203 155 277 37 53 0 31 400 47 73
Binary 10000011 1101101 10111111 11111 101011 0 11001 100000000 100111 111011

Color Harmonies of #836DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836DBF

Black with #836DBF

Text Example


Text Example

White with #836DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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