Html Css Color HEX #835AAA Studio

📋 copy color: '#835AAA'

red 131 ◦ green 90 ◦ blue 170

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

Shades of Studio #835AAA

Tints of Studio #835AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.48%

R = 33.5%
G = 23.02%
B = 43.48%

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

#835AAA (or 0x835AAA) is known color: Studio. HEX triplet: 83, 5A and AA. RGB value is (131,90,170). Sum of RGB (Red+Green+Blue) = 131+90+170=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #835AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835AAA is #7CA555. Grayscale: #6F6F6F. Windows color (decimal): -8168790 or 11164291. OLE color: 11164291.

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

Color convert

RGB 131 90 170 -
CMYK 0.23 0.47 0 0.33
HSL 270.75º 0.32% 0.51% -
HSV(B) 270.75º 0.47% 0.67% -
XYZ 20.27 15.04 39.86 -
YUV 111.38 161.08 142 -
System Red Green Blue C M Y K H S L
Decimal 131 90 170 0.23 0.47 0 0.33 270.75 0.32 0.51
Hex 83 5A AA 17 2F 0 21 10F 20 33
Octal 203 132 252 27 57 0 41 417 40 63
Binary 10000011 1011010 10101010 10111 101111 0 100001 100001111 100000 110011

Color Harmonies of #835AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835AAA

Black with #835AAA

Text Example


Text Example

White with #835AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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