Html Css Color HEX #835FDD Medium Purple

📋 copy color: '#835FDD'

red 131 ◦ green 95 ◦ blue 221

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

Shades of Medium Purple #835FDD

Tints of Medium Purple #835FDD

RGB

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

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

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

R = 29.31%
G = 21.25%
B = 49.44%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#835FDD (or 0x835FDD) is known color: Medium Purple. HEX triplet: 83, 5F and DD. RGB value is (131,95,221). Sum of RGB (Red+Green+Blue) = 131+95+221=447 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.31% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #835FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835FDD is #7CA022. Grayscale: #777777. Windows color (decimal): -8167459 or 14507907. OLE color: 14507907.

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

Color convert

RGB 131 95 221 -
CMYK 0.41 0.57 0 0.13
HSL 257.14º 0.65% 0.62% -
HSV(B) 257.14º 0.57% 0.87% -
XYZ 26.5 18.23 70.53 -
YUV 120.13 184.93 135.75 -
System Red Green Blue C M Y K H S L
Decimal 131 95 221 0.41 0.57 0 0.13 257.14 0.65 0.62
Hex 83 5F DD 29 39 0 D 101 41 3E
Octal 203 137 335 51 71 0 15 401 101 76
Binary 10000011 1011111 11011101 101001 111001 0 1101 100000001 1000001 111110

Color Harmonies of #835FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835FDD

Black with #835FDD

Text Example


Text Example

White with #835FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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