Html Css Color HEX #835BAD Studio

📋 copy color: '#835BAD'

red 131 ◦ green 91 ◦ blue 173

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

Shades of Studio #835BAD

Tints of Studio #835BAD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.04%

 BLUE value IS 173 (67.97% from 255) = 43.8%

R = 33.16%
G = 23.04%
B = 43.8%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#835BAD (or 0x835BAD) is known color: Studio. HEX triplet: 83, 5B and AD. RGB value is (131,91,173). Sum of RGB (Red+Green+Blue) = 131+91+173=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #835BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835BAD is #7CA452. Grayscale: #707070. Windows color (decimal): -8168531 or 11361155. OLE color: 11361155.

HSL color Cylindrical-coordinate representation of color #835BAD: hue angle of 269.27º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #835BAD is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 91 173 -
CMYK 0.24 0.47 0 0.32
HSL 269.27º 0.33% 0.52% -
HSV(B) 269.27º 0.47% 0.68% -
XYZ 20.64 15.32 41.41 -
YUV 112.31 162.25 141.33 -
System Red Green Blue C M Y K H S L
Decimal 131 91 173 0.24 0.47 0 0.32 269.27 0.33 0.52
Hex 83 5B AD 18 2F 0 20 10D 21 34
Octal 203 133 255 30 57 0 40 415 41 64
Binary 10000011 1011011 10101101 11000 101111 0 100000 100001101 100001 110100

Color Harmonies of #835BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835BAD

Black with #835BAD

Text Example


Text Example

White with #835BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,91,173); }

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

background-color css

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

 a { background-color: rgb(131,91,173); }

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

border-color css

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

 span { border-color: rgb(131,91,173); }

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