Html Css Color HEX #8048BA Studio

📋 copy color: '#8048BA'

red 128 ◦ green 72 ◦ blue 186

#8048BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #8048BA

Tints of Studio #8048BA

RGB

 RED value IS 128 (50.39% from 255) = 33.16%

 GREEN value IS 72 (28.52% from 255) = 18.65%

 BLUE value IS 186 (73.05% from 255) = 48.19%

R = 33.16%
G = 18.65%
B = 48.19%

CMYK

 C value IS 0.31

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8048BA (or 0x8048BA) is known color: Studio. HEX triplet: 80, 48 and BA. RGB value is (128,72,186). Sum of RGB (Red+Green+Blue) = 128+72+186=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #8048BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8048BA is #7FB745. Grayscale: #656565. Windows color (decimal): -8369990 or 12208256. OLE color: 12208256.

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

Color convert

RGB 128 72 186 -
CMYK 0.31 0.61 0 0.27
HSL 269.47º 0.45% 0.51% -
HSV(B) 269.47º 0.61% 0.73% -
XYZ 20.08 12.77 47.86 -
YUV 101.74 175.55 146.73 -
System Red Green Blue C M Y K H S L
Decimal 128 72 186 0.31 0.61 0 0.27 269.47 0.45 0.51
Hex 80 48 BA 1F 3D 0 1B 10D 2D 33
Octal 200 110 272 37 75 0 33 415 55 63
Binary 10000000 1001000 10111010 11111 111101 0 11011 100001101 101101 110011

Color Harmonies of #8048BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8048BA

Black with #8048BA

Text Example


Text Example

White with #8048BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8048BA; }

 p { color: rgb(128,72,186); }

 H1.HeaderClassName
 {
   color: #8048BA;
 }
 .AnyTagClassName
 {
   color: #8048BA;
 }
</style>

background-color css

<style>
 a { background-color: #8048BA; }

 a { background-color: rgb(128,72,186); }

 div.DivClassName
 {
   background-color: #8048BA;
 }
 .BgClassName
 {
   background-color: #8048BA;
 }
</style>

border-color css

<style>
 span { border-color: #8048BA; }

 span { border-color: rgb(128,72,186); }

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