Html Css Color HEX #835AAC Studio

📋 copy color: '#835AAC'

red 131 ◦ green 90 ◦ blue 172

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

Shades of Studio #835AAC

Tints of Studio #835AAC

RGB

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

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

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

R = 33.33%
G = 22.9%
B = 43.77%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#835AAC (or 0x835AAC) is known color: Studio. HEX triplet: 83, 5A and AC. RGB value is (131,90,172). Sum of RGB (Red+Green+Blue) = 131+90+172=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #835AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835AAC is #7CA553. Grayscale: #6F6F6F. Windows color (decimal): -8168788 or 11295363. OLE color: 11295363.

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

Color convert

RGB 131 90 172 -
CMYK 0.24 0.48 0 0.33
HSL 270º 0.33% 0.51% -
HSV(B) 270º 0.48% 0.67% -
XYZ 20.46 15.12 40.87 -
YUV 111.61 162.08 141.83 -
System Red Green Blue C M Y K H S L
Decimal 131 90 172 0.24 0.48 0 0.33 270 0.33 0.51
Hex 83 5A AC 18 30 0 21 10E 21 33
Octal 203 132 254 30 60 0 41 416 41 63
Binary 10000011 1011010 10101100 11000 110000 0 100001 100001110 100001 110011

Color Harmonies of #835AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835AAC

Black with #835AAC

Text Example


Text Example

White with #835AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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