Html Css Color HEX #835CA4 Studio

📋 copy color: '#835CA4'

red 131 ◦ green 92 ◦ blue 164

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

Shades of Studio #835CA4

Tints of Studio #835CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 42.38%

R = 33.85%
G = 23.77%
B = 42.38%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#835CA4 (or 0x835CA4) is known color: Studio. HEX triplet: 83, 5C and A4. RGB value is (131,92,164). Sum of RGB (Red+Green+Blue) = 131+92+164=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 164 (64.45% from 255 or 42.38% from 387); Max value from RGB is 164 - color contains mainly: blue. Hex color #835CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835CA4 is #7CA35B. Grayscale: #6F6F6F. Windows color (decimal): -8168284 or 10771587. OLE color: 10771587.

HSL color Cylindrical-coordinate representation of color #835CA4: hue angle of 272.5º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #835CA4 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 131 92 164 -
CMYK 0.20 0.44 0 0.36
HSL 272.5º 0.28% 0.5% -
HSV(B) 272.5º 0.44% 0.64% -
XYZ 19.89 15.16 37 -
YUV 111.87 157.42 141.65 -
System Red Green Blue C M Y K H S L
Decimal 131 92 164 0.20 0.44 0 0.36 272.5 0.28 0.5
Hex 83 5C A4 14 2C 0 24 110 1C 32
Octal 203 134 244 24 54 0 44 420 34 62
Binary 10000011 1011100 10100100 10100 101100 0 100100 100010000 11100 110010

Color Harmonies of #835CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835CA4

Black with #835CA4

Text Example


Text Example

White with #835CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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