Html Css Color HEX #835BDD Medium Purple

📋 copy color: '#835BDD'

red 131 ◦ green 91 ◦ blue 221

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

Shades of Medium Purple #835BDD

Tints of Medium Purple #835BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.89%

R = 29.57%
G = 20.54%
B = 49.89%

CMYK

 C value IS 0.41

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#835BDD (or 0x835BDD) is known color: Medium Purple. HEX triplet: 83, 5B and DD. RGB value is (131,91,221). Sum of RGB (Red+Green+Blue) = 131+91+221=443 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.57% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #835BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835BDD is #7CA422. Grayscale: #757575. Windows color (decimal): -8168483 or 14506883. OLE color: 14506883.

HSL color Cylindrical-coordinate representation of color #835BDD: hue angle of 258.46º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #835BDD is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 91 221 -
CMYK 0.41 0.59 0 0.13
HSL 258.46º 0.66% 0.61% -
HSV(B) 258.46º 0.59% 0.87% -
XYZ 26.15 17.53 70.41 -
YUV 117.78 186.25 137.43 -
System Red Green Blue C M Y K H S L
Decimal 131 91 221 0.41 0.59 0 0.13 258.46 0.66 0.61
Hex 83 5B DD 29 3B 0 D 102 42 3D
Octal 203 133 335 51 73 0 15 402 102 75
Binary 10000011 1011011 11011101 101001 111011 0 1101 100000010 1000010 111101

Color Harmonies of #835BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835BDD

Black with #835BDD

Text Example


Text Example

White with #835BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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