Html Css Color HEX #835BAC Studio

📋 copy color: '#835BAC'

red 131 ◦ green 91 ◦ blue 172

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

Shades of Studio #835BAC

Tints of Studio #835BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.65%

R = 33.25%
G = 23.1%
B = 43.65%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#835BAC (or 0x835BAC) is known color: Studio. HEX triplet: 83, 5B and AC. RGB value is (131,91,172). Sum of RGB (Red+Green+Blue) = 131+91+172=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #835BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835BAC is #7CA453. Grayscale: #6F6F6F. Windows color (decimal): -8168532 or 11295619. OLE color: 11295619.

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

Color convert

RGB 131 91 172 -
CMYK 0.24 0.47 0 0.33
HSL 269.63º 0.33% 0.52% -
HSV(B) 269.63º 0.47% 0.67% -
XYZ 20.55 15.29 40.9 -
YUV 112.19 161.75 141.41 -
System Red Green Blue C M Y K H S L
Decimal 131 91 172 0.24 0.47 0 0.33 269.63 0.33 0.52
Hex 83 5B AC 18 2F 0 21 10E 21 34
Octal 203 133 254 30 57 0 41 416 41 64
Binary 10000011 1011011 10101100 11000 101111 0 100001 100001110 100001 110100

Color Harmonies of #835BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835BAC

Black with #835BAC

Text Example


Text Example

White with #835BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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