Html Css Color HEX #836BBF True V

📋 copy color: '#836BBF'

red 131 ◦ green 107 ◦ blue 191

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

Shades of True V #836BBF

Tints of True V #836BBF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.94%

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

R = 30.54%
G = 24.94%
B = 44.52%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#836BBF (or 0x836BBF) is known color: True V. HEX triplet: 83, 6B and BF. RGB value is (131,107,191). Sum of RGB (Red+Green+Blue) = 131+107+191=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #836BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836BBF is #7C9440. Grayscale: #7B7B7B. Windows color (decimal): -8164417 or 12544899. OLE color: 12544899.

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

Color convert

RGB 131 107 191 -
CMYK 0.31 0.44 0 0.25
HSL 257.14º 0.4% 0.58% -
HSV(B) 257.14º 0.44% 0.75% -
XYZ 24.02 19.1 51.71 -
YUV 123.75 165.95 133.17 -
System Red Green Blue C M Y K H S L
Decimal 131 107 191 0.31 0.44 0 0.25 257.14 0.4 0.58
Hex 83 6B BF 1F 2C 0 19 101 28 3A
Octal 203 153 277 37 54 0 31 401 50 72
Binary 10000011 1101011 10111111 11111 101100 0 11001 100000001 101000 111010

Color Harmonies of #836BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836BBF

Black with #836BBF

Text Example


Text Example

White with #836BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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