Html Css Color HEX #835CAA Studio

📋 copy color: '#835CAA'

red 131 ◦ green 92 ◦ blue 170

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

Shades of Studio #835CAA

Tints of Studio #835CAA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.41%

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

R = 33.33%
G = 23.41%
B = 43.26%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#835CAA (or 0x835CAA) is known color: Studio. HEX triplet: 83, 5C and AA. RGB value is (131,92,170). Sum of RGB (Red+Green+Blue) = 131+92+170=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #835CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835CAA is #7CA355. Grayscale: #707070. Windows color (decimal): -8168278 or 11164803. OLE color: 11164803.

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

Color convert

RGB 131 92 170 -
CMYK 0.23 0.46 0 0.33
HSL 270º 0.31% 0.51% -
HSV(B) 270º 0.46% 0.67% -
XYZ 20.44 15.38 39.92 -
YUV 112.55 160.42 141.16 -
System Red Green Blue C M Y K H S L
Decimal 131 92 170 0.23 0.46 0 0.33 270 0.31 0.51
Hex 83 5C AA 17 2E 0 21 10E 1F 33
Octal 203 134 252 27 56 0 41 416 37 63
Binary 10000011 1011100 10101010 10111 101110 0 100001 100001110 11111 110011

Color Harmonies of #835CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835CAA

Black with #835CAA

Text Example


Text Example

White with #835CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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