#834BAA

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

Shades of Studio #834BAA

Tints of Studio #834BAA

Color information

#834BAA (or 0x834BAA) is unknown color: approx Studio. HEX triplet: 83, 4B and AA. RGB value is (131,75,170). Sum of RGB (Red+Green+Blue) = 131+75+170=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #834BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834BAA is #7CB455. Grayscale: #666666. Windows color (decimal): -8172630 or 11160451. OLE color: 11160451.

HSL color Cylindrical-coordinate representation of color #834BAA: hue angle of 275.37º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #834BAA is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13175170-
CMYK0.230.5600.33
HSL275.37º38.78%48.04%-
HSV(B)275.37º55.88%66.67%-
XYZ19.1312.7639.48-
YUV102.57166.05148.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.84%
GREEN value IS 75 (29.69% from 255) = 19.95%
BLUE value IS 170 (66.80% from 255) = 45.21%
R=34.84%
G=19.95%
B=45.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131751700.230.5600.33275.3738.7848.04
Hex834BAA17380211132730
Octal20311325227700414234760
Binary10000011100101110101010101111110000100001100010011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,75,170); }

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

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

 a { background-color: rgb(131,75,170); }

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

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

 span { border-color: rgb(131,75,170); }

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