Html Css Color HEX #835CDC Medium Purple

📋 copy color: '#835CDC'

red 131 ◦ green 92 ◦ blue 220

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

Shades of Medium Purple #835CDC

Tints of Medium Purple #835CDC

RGB

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

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

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

R = 29.57%
G = 20.77%
B = 49.66%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#835CDC (or 0x835CDC) is known color: Medium Purple. HEX triplet: 83, 5C and DC. RGB value is (131,92,220). Sum of RGB (Red+Green+Blue) = 131+92+220=443 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.57% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #835CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835CDC is #7CA323. Grayscale: #757575. Windows color (decimal): -8168228 or 14441603. OLE color: 14441603.

HSL color Cylindrical-coordinate representation of color #835CDC: hue angle of 258.28º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #835CDC is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 92 220 -
CMYK 0.40 0.58 0 0.14
HSL 258.28º 0.65% 0.61% -
HSV(B) 258.28º 0.58% 0.86% -
XYZ 26.11 17.65 69.74 -
YUV 118.25 185.42 137.09 -
System Red Green Blue C M Y K H S L
Decimal 131 92 220 0.40 0.58 0 0.14 258.28 0.65 0.61
Hex 83 5C DC 28 3A 0 E 102 41 3D
Octal 203 134 334 50 72 0 16 402 101 75
Binary 10000011 1011100 11011100 101000 111010 0 1110 100000010 1000001 111101

Color Harmonies of #835CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835CDC

Black with #835CDC

Text Example


Text Example

White with #835CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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