#814ABB

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

Shades of Studio #814ABB

Tints of Studio #814ABB

Color information

#814ABB (or 0x814ABB) is unknown color: approx Studio. HEX triplet: 81, 4A and BB. RGB value is (129,74,187). Sum of RGB (Red+Green+Blue) = 129+74+187=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 74 (29.30% from 255 or 18.97% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #814ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814ABB is #7EB544. Grayscale: #666666. Windows color (decimal): -8303941 or 12274305. OLE color: 12274305.

HSL color Cylindrical-coordinate representation of color #814ABB: hue angle of 269.2º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #814ABB is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12974187-
CMYK0.310.6000.27
HSL269.2º45.38%51.18%-
HSV(B)269.2º60.43%73.33%-
XYZ20.4713.1548.47-
YUV103.33175.22146.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.08%
GREEN value IS 74 (29.30% from 255) = 18.97%
BLUE value IS 187 (73.44% from 255) = 47.95%
R=33.08%
G=18.97%
B=47.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129741870.310.6000.27269.245.3851.18
Hex814ABB1F3C01B10d2d33
Octal20111227337740334155563
Binary1000000110010101011101111111111100011011100001101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814ABB; }

 p { color: rgb(129,74,187); }

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

<style>
 a { background-color: #814ABB; }

 a { background-color: rgb(129,74,187); }

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

<style>
 span { border-color: #814ABB; }

 span { border-color: rgb(129,74,187); }

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