Html Css Color HEX #835FDA Medium Purple

📋 copy color: '#835FDA'

red 131 ◦ green 95 ◦ blue 218

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

Shades of Medium Purple #835FDA

Tints of Medium Purple #835FDA

RGB

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

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

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

R = 29.5%
G = 21.4%
B = 49.1%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#835FDA (or 0x835FDA) is known color: Medium Purple. HEX triplet: 83, 5F and DA. RGB value is (131,95,218). Sum of RGB (Red+Green+Blue) = 131+95+218=444 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.50% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #835FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835FDA is #7CA025. Grayscale: #777777. Windows color (decimal): -8167462 or 14311299. OLE color: 14311299.

HSL color Cylindrical-coordinate representation of color #835FDA: hue angle of 257.56º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #835FDA is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 95 218 -
CMYK 0.40 0.56 0 0.15
HSL 257.56º 0.62% 0.61% -
HSV(B) 257.56º 0.56% 0.85% -
XYZ 26.11 18.07 68.44 -
YUV 119.79 183.43 136 -
System Red Green Blue C M Y K H S L
Decimal 131 95 218 0.40 0.56 0 0.15 257.56 0.62 0.61
Hex 83 5F DA 28 38 0 F 102 3E 3D
Octal 203 137 332 50 70 0 17 402 76 75
Binary 10000011 1011111 11011010 101000 111000 0 1111 100000010 111110 111101

Color Harmonies of #835FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835FDA

Black with #835FDA

Text Example


Text Example

White with #835FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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