Html Css Color HEX #835CD5 Medium Purple

📋 copy color: '#835CD5'

red 131 ◦ green 92 ◦ blue 213

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

Shades of Medium Purple #835CD5

Tints of Medium Purple #835CD5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.1%

 BLUE value IS 213 (83.59% from 255) = 48.85%

R = 30.05%
G = 21.1%
B = 48.85%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#835CD5 (or 0x835CD5) is known color: Medium Purple. HEX triplet: 83, 5C and D5. RGB value is (131,92,213). Sum of RGB (Red+Green+Blue) = 131+92+213=436 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.05% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #835CD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835CD5 is #7CA32A. Grayscale: #757575. Windows color (decimal): -8168235 or 13982851. OLE color: 13982851.

HSL color Cylindrical-coordinate representation of color #835CD5: hue angle of 259.34º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #835CD5 is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 92 213 -
CMYK 0.38 0.57 0 0.16
HSL 259.34º 0.59% 0.6% -
HSV(B) 259.34º 0.57% 0.84% -
XYZ 25.2 17.28 64.96 -
YUV 117.46 181.92 137.66 -
System Red Green Blue C M Y K H S L
Decimal 131 92 213 0.38 0.57 0 0.16 259.34 0.59 0.6
Hex 83 5C D5 26 39 0 10 103 3B 3C
Octal 203 134 325 46 71 0 20 403 73 74
Binary 10000011 1011100 11010101 100110 111001 0 10000 100000011 111011 111100

Color Harmonies of #835CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835CD5

Black with #835CD5

Text Example


Text Example

White with #835CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,92,213); }

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

background-color css

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

 a { background-color: rgb(131,92,213); }

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

border-color css

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

 span { border-color: rgb(131,92,213); }

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