#834C9D

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

Shades of Studio #834C9D

Tints of Studio #834C9D

Color information

#834C9D (or 0x834C9D) is unknown color: approx Studio. HEX triplet: 83, 4C and 9D. RGB value is (131,76,157). Sum of RGB (Red+Green+Blue) = 131+76+157=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #834C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834C9D is #7CB362. Grayscale: #656565. Windows color (decimal): -8172387 or 10308739. OLE color: 10308739.

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

Color convert

RGB13176157-
CMYK0.170.5200.38
HSL280.74º34.76%45.69%-
HSV(B)280.74º51.59%61.57%-
XYZ18.0312.4333.35-
YUV101.68159.22148.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.99%
GREEN value IS 76 (30.08% from 255) = 20.88%
BLUE value IS 157 (61.72% from 255) = 43.13%
R=35.99%
G=20.88%
B=43.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal131761570.170.5200.38280.7434.7645.69
Hex834C9D1134026119232e
Octal20311423521640464314356
Binary10000011100110010011101100011101000100110100011001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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