#81469E

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

Shades of Studio #81469E

Tints of Studio #81469E

Color information

#81469E (or 0x81469E) is unknown color: approx Studio. HEX triplet: 81, 46 and 9E. RGB value is (129,70,158). Sum of RGB (Red+Green+Blue) = 129+70+158=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #81469E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81469E is #7EB961. Grayscale: #616161. Windows color (decimal): -8304994 or 10372737. OLE color: 10372737.

HSL color Cylindrical-coordinate representation of color #81469E: hue angle of 280.23º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #81469E is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12970158-
CMYK0.180.5600.38
HSL280.23º38.6%44.71%-
HSV(B)280.23º55.7%61.96%-
XYZ17.4111.5233.65-
YUV97.67162.05150.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.13%
GREEN value IS 70 (27.73% from 255) = 19.61%
BLUE value IS 158 (62.11% from 255) = 44.26%
R=36.13%
G=19.61%
B=44.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal129701580.180.5600.38280.2338.644.71
Hex81469E1238026118272d
Octal20110623622700464304755
Binary10000001100011010011110100101110000100110100011000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81469E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81469E; }

 p { color: rgb(129,70,158); }

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

<style>
 a { background-color: #81469E; }

 a { background-color: rgb(129,70,158); }

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

<style>
 span { border-color: #81469E; }

 span { border-color: rgb(129,70,158); }

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