#8153B4

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

Shades of Studio #8153B4

Tints of Studio #8153B4

Color information

#8153B4 (or 0x8153B4) is unknown color: approx Studio. HEX triplet: 81, 53 and B4. RGB value is (129,83,180). Sum of RGB (Red+Green+Blue) = 129+83+180=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 83 (32.81% from 255 or 21.17% 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 #8153B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8153B4 is #7EAC4B. Grayscale: #6B6B6B. Windows color (decimal): -8301644 or 11817857. OLE color: 11817857.

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

Color convert

RGB12983180-
CMYK0.280.5400.29
HSL268.45º39.27%51.57%-
HSV(B)268.45º53.89%70.59%-
XYZ20.3814.1544.84-
YUV107.81168.74143.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.91%
GREEN value IS 83 (32.81% from 255) = 21.17%
BLUE value IS 180 (70.70% from 255) = 45.92%
R=32.91%
G=21.17%
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
Decimal129831800.280.5400.29268.4539.2751.57
Hex8153B41C3601D10c2734
Octal20112326434660354144764
Binary1000000110100111011010011100110110011101100001100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8153B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,83,180); }

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

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

 a { background-color: rgb(129,83,180); }

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

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

 span { border-color: rgb(129,83,180); }

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