Html Css Color HEX #835BDA Medium Purple

📋 copy color: '#835BDA'

red 131 ◦ green 91 ◦ blue 218

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

Shades of Medium Purple #835BDA

Tints of Medium Purple #835BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.55%

R = 29.77%
G = 20.68%
B = 49.55%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#835BDA (or 0x835BDA) is known color: Medium Purple. HEX triplet: 83, 5B and DA. RGB value is (131,91,218). Sum of RGB (Red+Green+Blue) = 131+91+218=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #835BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835BDA is #7CA425. Grayscale: #747474. Windows color (decimal): -8168486 or 14310275. OLE color: 14310275.

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

Color convert

RGB 131 91 218 -
CMYK 0.40 0.58 0 0.15
HSL 258.9º 0.63% 0.61% -
HSV(B) 258.9º 0.58% 0.85% -
XYZ 25.76 17.37 68.32 -
YUV 117.44 184.75 137.67 -
System Red Green Blue C M Y K H S L
Decimal 131 91 218 0.40 0.58 0 0.15 258.9 0.63 0.61
Hex 83 5B DA 28 3A 0 F 103 3F 3D
Octal 203 133 332 50 72 0 17 403 77 75
Binary 10000011 1011011 11011010 101000 111010 0 1111 100000011 111111 111101

Color Harmonies of #835BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835BDA

Black with #835BDA

Text Example


Text Example

White with #835BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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