Html Css Color HEX #835FD5 Medium Purple

📋 copy color: '#835FD5'

red 131 ◦ green 95 ◦ blue 213

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

Shades of Medium Purple #835FD5

Tints of Medium Purple #835FD5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.64%

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

R = 29.84%
G = 21.64%
B = 48.52%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#835FD5 (or 0x835FD5) is known color: Medium Purple. HEX triplet: 83, 5F and D5. RGB value is (131,95,213). Sum of RGB (Red+Green+Blue) = 131+95+213=439 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.84% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 213 (83.59% from 255 or 48.52% from 439); Max value from RGB is 213 - color contains mainly: blue. Hex color #835FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835FD5 is #7CA02A. Grayscale: #767676. Windows color (decimal): -8167467 or 13983619. OLE color: 13983619.

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

Color convert

RGB 131 95 213 -
CMYK 0.38 0.55 0 0.16
HSL 258.31º 0.58% 0.6% -
HSV(B) 258.31º 0.55% 0.84% -
XYZ 25.46 17.81 65.05 -
YUV 119.22 180.93 136.41 -
System Red Green Blue C M Y K H S L
Decimal 131 95 213 0.38 0.55 0 0.16 258.31 0.58 0.6
Hex 83 5F D5 26 37 0 10 102 3A 3C
Octal 203 137 325 46 67 0 20 402 72 74
Binary 10000011 1011111 11010101 100110 110111 0 10000 100000010 111010 111100

Color Harmonies of #835FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835FD5

Black with #835FD5

Text Example


Text Example

White with #835FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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