Html Css Color HEX #835CAC Studio

📋 copy color: '#835CAC'

red 131 ◦ green 92 ◦ blue 172

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

Shades of Studio #835CAC

Tints of Studio #835CAC

RGB

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

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

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

R = 33.16%
G = 23.29%
B = 43.54%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#835CAC (or 0x835CAC) is known color: Studio. HEX triplet: 83, 5C and AC. RGB value is (131,92,172). Sum of RGB (Red+Green+Blue) = 131+92+172=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #835CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835CAC is #7CA353. Grayscale: #707070. Windows color (decimal): -8168276 or 11295875. OLE color: 11295875.

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

Color convert

RGB 131 92 172 -
CMYK 0.24 0.47 0 0.33
HSL 269.25º 0.33% 0.52% -
HSV(B) 269.25º 0.47% 0.67% -
XYZ 20.63 15.46 40.93 -
YUV 112.78 161.42 141 -
System Red Green Blue C M Y K H S L
Decimal 131 92 172 0.24 0.47 0 0.33 269.25 0.33 0.52
Hex 83 5C AC 18 2F 0 21 10D 21 34
Octal 203 134 254 30 57 0 41 415 41 64
Binary 10000011 1011100 10101100 11000 101111 0 100001 100001101 100001 110100

Color Harmonies of #835CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835CAC

Black with #835CAC

Text Example


Text Example

White with #835CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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