Html Css Color HEX #835CDB Medium Purple

📋 copy color: '#835CDB'

red 131 ◦ green 92 ◦ blue 219

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

Shades of Medium Purple #835CDB

Tints of Medium Purple #835CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.55%

R = 29.64%
G = 20.81%
B = 49.55%

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

#835CDB (or 0x835CDB) is known color: Medium Purple. HEX triplet: 83, 5C and DB. RGB value is (131,92,219). Sum of RGB (Red+Green+Blue) = 131+92+219=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #835CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835CDB is #7CA324. Grayscale: #757575. Windows color (decimal): -8168229 or 14376067. OLE color: 14376067.

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

Color convert

RGB 131 92 219 -
CMYK 0.40 0.58 0 0.14
HSL 258.43º 0.64% 0.61% -
HSV(B) 258.43º 0.58% 0.86% -
XYZ 25.97 17.59 69.04 -
YUV 118.14 184.92 137.17 -
System Red Green Blue C M Y K H S L
Decimal 131 92 219 0.40 0.58 0 0.14 258.43 0.64 0.61
Hex 83 5C DB 28 3A 0 E 102 40 3D
Octal 203 134 333 50 72 0 16 402 100 75
Binary 10000011 1011100 11011011 101000 111010 0 1110 100000010 1000000 111101

Color Harmonies of #835CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835CDB

Black with #835CDB

Text Example


Text Example

White with #835CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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