#834E9D

Color #834E9D Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #834E9D

Tints of Studio #834E9D

Color information

#834E9D (or 0x834E9D) is unknown color: approx Studio. HEX triplet: 83, 4E and 9D. RGB value is (131,78,157). Sum of RGB (Red+Green+Blue) = 131+78+157=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 157 - color contains mainly: blue. Hex color #834E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #834E9D is #7CB162. Grayscale: #666666. Windows color (decimal): -8171875 or 10309251. OLE color: 10309251.

HSL color Cylindrical-coordinate representation of color #834E9D: hue angle of 280.25º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #834E9D is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13178157-
CMYK0.170.5000.38
HSL280.25º33.62%46.08%-
HSV(B)280.25º50.32%61.57%-
XYZ18.1712.7133.39-
YUV102.85158.56148.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.79%
GREEN value IS 78 (30.86% from 255) = 21.31%
BLUE value IS 157 (61.72% from 255) = 42.90%
R=35.79%
G=21.31%
B=42.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal131781570.170.5000.38280.2533.6246.08
Hex834E9D1132026118222e
Octal20311623521620464304256
Binary10000011100111010011101100011100100100110100011000100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834E9D; }

 p { color: rgb(131,78,157); }

 H1.HeaderClassName
 {
   color: #834E9D;
 }
 .AnyTagClassName
 {
   color: #834E9D;
 }
</style>
background-color css

<style>
 a { background-color: #834E9D; }

 a { background-color: rgb(131,78,157); }

 div.DivClassName
 {
   background-color: #834E9D;
 }
 .BgClassName
 {
   background-color: #834E9D;
 }
</style>
border-color css

<style>
 span { border-color: #834E9D; }

 span { border-color: rgb(131,78,157); }

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