Html Css Color HEX #836ABF True V

📋 copy color: '#836ABF'

red 131 ◦ green 106 ◦ blue 191

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

Shades of True V #836ABF

Tints of True V #836ABF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.77%

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

R = 30.61%
G = 24.77%
B = 44.63%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#836ABF (or 0x836ABF) is known color: True V. HEX triplet: 83, 6A and BF. RGB value is (131,106,191). Sum of RGB (Red+Green+Blue) = 131+106+191=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 191 - color contains mainly: blue. Hex color #836ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836ABF is #7C9540. Grayscale: #7A7A7A. Windows color (decimal): -8164673 or 12544643. OLE color: 12544643.

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

Color convert

RGB 131 106 191 -
CMYK 0.31 0.45 0 0.25
HSL 257.65º 0.4% 0.58% -
HSV(B) 257.65º 0.45% 0.75% -
XYZ 23.92 18.89 51.68 -
YUV 123.17 166.28 133.59 -
System Red Green Blue C M Y K H S L
Decimal 131 106 191 0.31 0.45 0 0.25 257.65 0.4 0.58
Hex 83 6A BF 1F 2D 0 19 102 28 3A
Octal 203 152 277 37 55 0 31 402 50 72
Binary 10000011 1101010 10111111 11111 101101 0 11001 100000010 101000 111010

Color Harmonies of #836ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836ABF

Black with #836ABF

Text Example


Text Example

White with #836ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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