Html Css Color HEX #835BDB Medium Purple

📋 copy color: '#835BDB'

red 131 ◦ green 91 ◦ blue 219

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

Shades of Medium Purple #835BDB

Tints of Medium Purple #835BDB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.63%

 BLUE value IS 219 (85.94% from 255) = 49.66%

R = 29.71%
G = 20.63%
B = 49.66%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#835BDB (or 0x835BDB) is known color: Medium Purple. HEX triplet: 83, 5B and DB. RGB value is (131,91,219). Sum of RGB (Red+Green+Blue) = 131+91+219=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #835BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835BDB is #7CA424. Grayscale: #757575. Windows color (decimal): -8168485 or 14375811. OLE color: 14375811.

HSL color Cylindrical-coordinate representation of color #835BDB: hue angle of 258.75º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #835BDB is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 91 219 -
CMYK 0.40 0.58 0 0.14
HSL 258.75º 0.64% 0.61% -
HSV(B) 258.75º 0.58% 0.86% -
XYZ 25.89 17.42 69.02 -
YUV 117.55 185.25 137.59 -
System Red Green Blue C M Y K H S L
Decimal 131 91 219 0.40 0.58 0 0.14 258.75 0.64 0.61
Hex 83 5B DB 28 3A 0 E 103 40 3D
Octal 203 133 333 50 72 0 16 403 100 75
Binary 10000011 1011011 11011011 101000 111010 0 1110 100000011 1000000 111101

Color Harmonies of #835BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835BDB

Black with #835BDB

Text Example


Text Example

White with #835BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835BDB; }

 p { color: rgb(131,91,219); }

 H1.HeaderClassName
 {
   color: #835BDB;
 }
 .AnyTagClassName
 {
   color: #835BDB;
 }
</style>

background-color css

<style>
 a { background-color: #835BDB; }

 a { background-color: rgb(131,91,219); }

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

border-color css

<style>
 span { border-color: #835BDB; }

 span { border-color: rgb(131,91,219); }

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