Html Css Color HEX #835A9D Studio

📋 copy color: '#835A9D'

red 131 ◦ green 90 ◦ blue 157

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

Shades of Studio #835A9D

Tints of Studio #835A9D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.81%

 BLUE value IS 157 (61.72% from 255) = 41.53%

R = 34.66%
G = 23.81%
B = 41.53%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#835A9D (or 0x835A9D) is known color: Studio. HEX triplet: 83, 5A and 9D. RGB value is (131,90,157). Sum of RGB (Red+Green+Blue) = 131+90+157=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 157 - color contains mainly: blue. Hex color #835A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835A9D is #7CA562. Grayscale: #6D6D6D. Windows color (decimal): -8168803 or 10312323. OLE color: 10312323.

HSL color Cylindrical-coordinate representation of color #835A9D: hue angle of 276.72º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #835A9D is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 90 157 -
CMYK 0.17 0.43 0 0.38
HSL 276.72º 0.27% 0.48% -
HSV(B) 276.72º 0.43% 0.62% -
XYZ 19.1 14.57 33.7 -
YUV 109.9 154.58 143.05 -
System Red Green Blue C M Y K H S L
Decimal 131 90 157 0.17 0.43 0 0.38 276.72 0.27 0.48
Hex 83 5A 9D 11 2B 0 26 115 1B 30
Octal 203 132 235 21 53 0 46 425 33 60
Binary 10000011 1011010 10011101 10001 101011 0 100110 100010101 11011 110000

Color Harmonies of #835A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835A9D

Black with #835A9D

Text Example


Text Example

White with #835A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,90,157); }

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

background-color css

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

 a { background-color: rgb(131,90,157); }

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

border-color css

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

 span { border-color: rgb(131,90,157); }

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