Html Css Color HEX #835EDB Medium Purple

📋 copy color: '#835EDB'

red 131 ◦ green 94 ◦ blue 219

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

Shades of Medium Purple #835EDB

Tints of Medium Purple #835EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.17%

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

R = 29.5%
G = 21.17%
B = 49.32%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#835EDB (or 0x835EDB) is known color: Medium Purple. HEX triplet: 83, 5E and DB. RGB value is (131,94,219). Sum of RGB (Red+Green+Blue) = 131+94+219=444 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.50% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #835EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835EDB is #7CA124. Grayscale: #767676. Windows color (decimal): -8167717 or 14376579. OLE color: 14376579.

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

Color convert

RGB 131 94 219 -
CMYK 0.40 0.57 0 0.14
HSL 257.76º 0.63% 0.61% -
HSV(B) 257.76º 0.57% 0.86% -
XYZ 26.15 17.95 69.1 -
YUV 119.31 184.26 136.34 -
System Red Green Blue C M Y K H S L
Decimal 131 94 219 0.40 0.57 0 0.14 257.76 0.63 0.61
Hex 83 5E DB 28 39 0 E 102 3F 3D
Octal 203 136 333 50 71 0 16 402 77 75
Binary 10000011 1011110 11011011 101000 111001 0 1110 100000010 111111 111101

Color Harmonies of #835EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835EDB

Black with #835EDB

Text Example


Text Example

White with #835EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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