#8253AF

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

Shades of Studio #8253AF

Tints of Studio #8253AF

Color information

#8253AF (or 0x8253AF) is unknown color: approx Studio. HEX triplet: 82, 53 and AF. RGB value is (130,83,175). Sum of RGB (Red+Green+Blue) = 130+83+175=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #8253AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8253AF is #7DAC50. Grayscale: #6B6B6B. Windows color (decimal): -8236113 or 11490178. OLE color: 11490178.

HSL color Cylindrical-coordinate representation of color #8253AF: hue angle of 270.65º 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 #8253AF is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13083175-
CMYK0.260.5300.31
HSL270.65º36.51%50.59%-
HSV(B)270.65º52.57%68.63%-
XYZ20.0414.0342.21-
YUV107.54166.07144.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.51%
GREEN value IS 83 (32.81% from 255) = 21.39%
BLUE value IS 175 (68.75% from 255) = 45.10%
R=33.51%
G=21.39%
B=45.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130831750.260.5300.31270.6536.5150.59
Hex8253AF1A3501F10f2533
Octal20212325732650374174563
Binary1000001010100111010111111010110101011111100001111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8253AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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