Html Css Color HEX #8049BB Studio

📋 copy color: '#8049BB'

red 128 ◦ green 73 ◦ blue 187

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

Shades of Studio #8049BB

Tints of Studio #8049BB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.81%

 BLUE value IS 187 (73.44% from 255) = 48.2%

R = 32.99%
G = 18.81%
B = 48.2%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8049BB (or 0x8049BB) is known color: Studio. HEX triplet: 80, 49 and BB. RGB value is (128,73,187). Sum of RGB (Red+Green+Blue) = 128+73+187=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #8049BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8049BB is #7FB644. Grayscale: #666666. Windows color (decimal): -8369733 or 12274048. OLE color: 12274048.

HSL color Cylindrical-coordinate representation of color #8049BB: hue angle of 268.95º degrees, saturation: 0.46, 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 #8049BB is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 73 187 -
CMYK 0.32 0.61 0 0.27
HSL 268.95º 0.46% 0.51% -
HSV(B) 268.95º 0.61% 0.73% -
XYZ 20.25 12.94 48.44 -
YUV 102.44 175.72 146.23 -
System Red Green Blue C M Y K H S L
Decimal 128 73 187 0.32 0.61 0 0.27 268.95 0.46 0.51
Hex 80 49 BB 20 3D 0 1B 10D 2E 33
Octal 200 111 273 40 75 0 33 415 56 63
Binary 10000000 1001001 10111011 100000 111101 0 11011 100001101 101110 110011

Color Harmonies of #8049BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8049BB

Black with #8049BB

Text Example


Text Example

White with #8049BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8049BB; }

 p { color: rgb(128,73,187); }

 H1.HeaderClassName
 {
   color: #8049BB;
 }
 .AnyTagClassName
 {
   color: #8049BB;
 }
</style>

background-color css

<style>
 a { background-color: #8049BB; }

 a { background-color: rgb(128,73,187); }

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

border-color css

<style>
 span { border-color: #8049BB; }

 span { border-color: rgb(128,73,187); }

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