Html Css Color HEX #835CAB Studio

📋 copy color: '#835CAB'

red 131 ◦ green 92 ◦ blue 171

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

Shades of Studio #835CAB

Tints of Studio #835CAB

RGB

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

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

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

R = 33.25%
G = 23.35%
B = 43.4%

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

#835CAB (or 0x835CAB) is known color: Studio. HEX triplet: 83, 5C and AB. RGB value is (131,92,171). Sum of RGB (Red+Green+Blue) = 131+92+171=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #835CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835CAB is #7CA354. Grayscale: #707070. Windows color (decimal): -8168277 or 11230339. OLE color: 11230339.

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

Color convert

RGB 131 92 171 -
CMYK 0.23 0.46 0 0.33
HSL 269.62º 0.32% 0.52% -
HSV(B) 269.62º 0.46% 0.67% -
XYZ 20.54 15.42 40.42 -
YUV 112.67 160.92 141.08 -
System Red Green Blue C M Y K H S L
Decimal 131 92 171 0.23 0.46 0 0.33 269.62 0.32 0.52
Hex 83 5C AB 17 2E 0 21 10E 20 34
Octal 203 134 253 27 56 0 41 416 40 64
Binary 10000011 1011100 10101011 10111 101110 0 100001 100001110 100000 110100

Color Harmonies of #835CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835CAB

Black with #835CAB

Text Example


Text Example

White with #835CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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