Html Css Color HEX #835CDA Medium Purple

📋 copy color: '#835CDA'

red 131 ◦ green 92 ◦ blue 218

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

Shades of Medium Purple #835CDA

Tints of Medium Purple #835CDA

RGB

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

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

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

R = 29.71%
G = 20.86%
B = 49.43%

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

#835CDA (or 0x835CDA) is known color: Medium Purple. HEX triplet: 83, 5C and DA. RGB value is (131,92,218). Sum of RGB (Red+Green+Blue) = 131+92+218=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #835CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835CDA is #7CA325. Grayscale: #757575. Windows color (decimal): -8168230 or 14310531. OLE color: 14310531.

HSL color Cylindrical-coordinate representation of color #835CDA: hue angle of 258.57º 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 #835CDA is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 92 218 -
CMYK 0.40 0.58 0 0.15
HSL 258.57º 0.63% 0.61% -
HSV(B) 258.57º 0.58% 0.85% -
XYZ 25.84 17.54 68.35 -
YUV 118.03 184.42 137.25 -
System Red Green Blue C M Y K H S L
Decimal 131 92 218 0.40 0.58 0 0.15 258.57 0.63 0.61
Hex 83 5C DA 28 3A 0 F 103 3F 3D
Octal 203 134 332 50 72 0 17 403 77 75
Binary 10000011 1011100 11011010 101000 111010 0 1111 100000011 111111 111101

Color Harmonies of #835CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835CDA

Black with #835CDA

Text Example


Text Example

White with #835CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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