Html Css Color HEX #836ABE True V

📋 copy color: '#836ABE'

red 131 ◦ green 106 ◦ blue 190

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

Shades of True V #836ABE

Tints of True V #836ABE

RGB

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

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

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

R = 30.68%
G = 24.82%
B = 44.5%

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

#836ABE (or 0x836ABE) is known color: True V. HEX triplet: 83, 6A and BE. RGB value is (131,106,190). Sum of RGB (Red+Green+Blue) = 131+106+190=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #836ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836ABE is #7C9541. Grayscale: #7A7A7A. Windows color (decimal): -8164674 or 12479107. OLE color: 12479107.

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

Color convert

RGB 131 106 190 -
CMYK 0.31 0.44 0 0.25
HSL 257.86º 0.39% 0.58% -
HSV(B) 257.86º 0.44% 0.75% -
XYZ 23.81 18.85 51.1 -
YUV 123.05 165.78 133.67 -
System Red Green Blue C M Y K H S L
Decimal 131 106 190 0.31 0.44 0 0.25 257.86 0.39 0.58
Hex 83 6A BE 1F 2C 0 19 102 27 3A
Octal 203 152 276 37 54 0 31 402 47 72
Binary 10000011 1101010 10111110 11111 101100 0 11001 100000010 100111 111010

Color Harmonies of #836ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836ABE

Black with #836ABE

Text Example


Text Example

White with #836ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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