Html Css Color HEX #835AAB Studio

📋 copy color: '#835AAB'

red 131 ◦ green 90 ◦ blue 171

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

Shades of Studio #835AAB

Tints of Studio #835AAB

RGB

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

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

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

R = 33.42%
G = 22.96%
B = 43.62%

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

#835AAB (or 0x835AAB) is known color: Studio. HEX triplet: 83, 5A and AB. RGB value is (131,90,171). Sum of RGB (Red+Green+Blue) = 131+90+171=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #835AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835AAB is #7CA554. Grayscale: #6F6F6F. Windows color (decimal): -8168789 or 11229827. OLE color: 11229827.

HSL color Cylindrical-coordinate representation of color #835AAB: hue angle of 270.37º degrees, saturation: 0.33, 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 #835AAB is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 90 171 -
CMYK 0.23 0.47 0 0.33
HSL 270.37º 0.33% 0.51% -
HSV(B) 270.37º 0.47% 0.67% -
XYZ 20.37 15.08 40.36 -
YUV 111.49 161.58 141.91 -
System Red Green Blue C M Y K H S L
Decimal 131 90 171 0.23 0.47 0 0.33 270.37 0.33 0.51
Hex 83 5A AB 17 2F 0 21 10E 21 33
Octal 203 132 253 27 57 0 41 416 41 63
Binary 10000011 1011010 10101011 10111 101111 0 100001 100001110 100001 110011

Color Harmonies of #835AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835AAB

Black with #835AAB

Text Example


Text Example

White with #835AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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