#8252B4

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

Shades of Studio #8252B4

Tints of Studio #8252B4

Color information

#8252B4 (or 0x8252B4) is unknown color: approx Studio. HEX triplet: 82, 52 and B4. RGB value is (130,82,180). Sum of RGB (Red+Green+Blue) = 130+82+180=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 180 (70.70% from 255 or 45.92% from 392); Max value from RGB is 180 - color contains mainly: blue. Hex color #8252B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8252B4 is #7DAD4B. Grayscale: #6B6B6B. Windows color (decimal): -8236364 or 11817602. OLE color: 11817602.

HSL color Cylindrical-coordinate representation of color #8252B4: hue angle of 269.39º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8252B4 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13082180-
CMYK0.280.5400.29
HSL269.39º39.52%51.37%-
HSV(B)269.39º54.44%70.59%-
XYZ20.4614.0844.82-
YUV107.52168.9144.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.16%
GREEN value IS 82 (32.42% from 255) = 20.92%
BLUE value IS 180 (70.70% from 255) = 45.92%
R=33.16%
G=20.92%
B=45.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal130821800.280.5400.29269.3939.5251.37
Hex8252B41C3601D10d2833
Octal20212226434660354155063
Binary1000001010100101011010011100110110011101100001101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8252B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8252B4; }

 p { color: rgb(130,82,180); }

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

<style>
 a { background-color: #8252B4; }

 a { background-color: rgb(130,82,180); }

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

<style>
 span { border-color: #8252B4; }

 span { border-color: rgb(130,82,180); }

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