Html Css Color HEX #835BDC Medium Purple

📋 copy color: '#835BDC'

red 131 ◦ green 91 ◦ blue 220

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

Shades of Medium Purple #835BDC

Tints of Medium Purple #835BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.77%

R = 29.64%
G = 20.59%
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

#835BDC (or 0x835BDC) is known color: Medium Purple. HEX triplet: 83, 5B and DC. RGB value is (131,91,220). Sum of RGB (Red+Green+Blue) = 131+91+220=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 91 (35.94% from 255 or 20.59% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #835BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835BDC is #7CA423. Grayscale: #757575. Windows color (decimal): -8168484 or 14441347. OLE color: 14441347.

HSL color Cylindrical-coordinate representation of color #835BDC: hue angle of 258.6º degrees, saturation: 0.65, 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 #835BDC is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 91 220 -
CMYK 0.40 0.59 0 0.14
HSL 258.6º 0.65% 0.61% -
HSV(B) 258.6º 0.59% 0.86% -
XYZ 26.02 17.47 69.71 -
YUV 117.67 185.75 137.51 -
System Red Green Blue C M Y K H S L
Decimal 131 91 220 0.40 0.59 0 0.14 258.6 0.65 0.61
Hex 83 5B DC 28 3B 0 E 103 41 3D
Octal 203 133 334 50 73 0 16 403 101 75
Binary 10000011 1011011 11011100 101000 111011 0 1110 100000011 1000001 111101

Color Harmonies of #835BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835BDC

Black with #835BDC

Text Example


Text Example

White with #835BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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