Html Css Color HEX #835BAB Studio

📋 copy color: '#835BAB'

red 131 ◦ green 91 ◦ blue 171

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

Shades of Studio #835BAB

Tints of Studio #835BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.51%

R = 33.33%
G = 23.16%
B = 43.51%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#835BAB (or 0x835BAB) is known color: Studio. HEX triplet: 83, 5B and AB. RGB value is (131,91,171). Sum of RGB (Red+Green+Blue) = 131+91+171=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #835BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835BAB is #7CA454. Grayscale: #6F6F6F. Windows color (decimal): -8168533 or 11230083. OLE color: 11230083.

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

Color convert

RGB 131 91 171 -
CMYK 0.23 0.47 0 0.33
HSL 270º 0.32% 0.51% -
HSV(B) 270º 0.47% 0.67% -
XYZ 20.45 15.25 40.39 -
YUV 112.08 161.25 141.5 -
System Red Green Blue C M Y K H S L
Decimal 131 91 171 0.23 0.47 0 0.33 270 0.32 0.51
Hex 83 5B AB 17 2F 0 21 10E 20 33
Octal 203 133 253 27 57 0 41 416 40 63
Binary 10000011 1011011 10101011 10111 101111 0 100001 100001110 100000 110011

Color Harmonies of #835BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835BAB

Black with #835BAB

Text Example


Text Example

White with #835BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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