#8038B3

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

Shades of Studio #8038B3

Tints of Studio #8038B3

Color information

#8038B3 (or 0x8038B3) is unknown color: approx Studio. HEX triplet: 80, 38 and B3. RGB value is (128,56,179). Sum of RGB (Red+Green+Blue) = 128+56+179=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 179 (70.31% from 255 or 49.31% from 363); Max value from RGB is 179 - color contains mainly: blue. Hex color #8038B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8038B3 is #7FC74C. Grayscale: #5B5B5B. Windows color (decimal): -8374093 or 11745408. OLE color: 11745408.

HSL color Cylindrical-coordinate representation of color #8038B3: hue angle of 275.12º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8038B3 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12856179-
CMYK0.280.6900.30
HSL275.12º52.34%46.08%-
HSV(B)275.12º68.72%70.2%-
XYZ18.4510.6743.74-
YUV91.55177.35154-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.26%
GREEN value IS 56 (22.27% from 255) = 15.43%
BLUE value IS 179 (70.31% from 255) = 49.31%
R=35.26%
G=15.43%
B=49.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal128561790.280.6900.30275.1252.3446.08
Hex8038B31C4501E113342e
Octal20070263341050364236456
Binary1000000011100010110011111001000101011110100010011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8038B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8038B3; }

 p { color: rgb(128,56,179); }

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

<style>
 a { background-color: #8038B3; }

 a { background-color: rgb(128,56,179); }

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

<style>
 span { border-color: #8038B3; }

 span { border-color: rgb(128,56,179); }

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