#8353AF

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

Shades of Studio #8353AF

Tints of Studio #8353AF

Color information

#8353AF (or 0x8353AF) is unknown color: approx Studio. HEX triplet: 83, 53 and AF. RGB value is (131,83,175). Sum of RGB (Red+Green+Blue) = 131+83+175=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #8353AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8353AF is #7CAC50. Grayscale: #6B6B6B. Windows color (decimal): -8170577 or 11490179. OLE color: 11490179.

HSL color Cylindrical-coordinate representation of color #8353AF: hue angle of 271.3º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8353AF is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13183175-
CMYK0.250.5300.31
HSL271.3º36.51%50.59%-
HSV(B)271.3º52.57%68.63%-
XYZ20.1914.1142.22-
YUV107.84165.9144.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.68%
GREEN value IS 83 (32.81% from 255) = 21.34%
BLUE value IS 175 (68.75% from 255) = 44.99%
R=33.68%
G=21.34%
B=44.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal131831750.250.5300.31271.336.5150.59
Hex8353AF193501F10f2533
Octal20312325731650374174563
Binary1000001110100111010111111001110101011111100001111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8353AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8353AF; }

 p { color: rgb(131,83,175); }

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

<style>
 a { background-color: #8353AF; }

 a { background-color: rgb(131,83,175); }

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

<style>
 span { border-color: #8353AF; }

 span { border-color: rgb(131,83,175); }

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