Html Css Color HEX #835ADB Medium Purple

📋 copy color: '#835ADB'

red 131 ◦ green 90 ◦ blue 219

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

Shades of Medium Purple #835ADB

Tints of Medium Purple #835ADB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.45%

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

R = 29.77%
G = 20.45%
B = 49.77%

CMYK

 C value IS 0.40

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#835ADB (or 0x835ADB) is known color: Medium Purple. HEX triplet: 83, 5A and DB. RGB value is (131,90,219). Sum of RGB (Red+Green+Blue) = 131+90+219=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #835ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835ADB is #7CA524. Grayscale: #747474. Windows color (decimal): -8168741 or 14375555. OLE color: 14375555.

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

Color convert

RGB 131 90 219 -
CMYK 0.40 0.59 0 0.14
HSL 259.07º 0.64% 0.61% -
HSV(B) 259.07º 0.59% 0.86% -
XYZ 25.8 17.25 68.99 -
YUV 116.97 185.58 138.01 -
System Red Green Blue C M Y K H S L
Decimal 131 90 219 0.40 0.59 0 0.14 259.07 0.64 0.61
Hex 83 5A DB 28 3B 0 E 103 40 3D
Octal 203 132 333 50 73 0 16 403 100 75
Binary 10000011 1011010 11011011 101000 111011 0 1110 100000011 1000000 111101

Color Harmonies of #835ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835ADB

Black with #835ADB

Text Example


Text Example

White with #835ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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