Html Css Color HEX #8048B9 Studio

📋 copy color: '#8048B9'

red 128 ◦ green 72 ◦ blue 185

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

Shades of Studio #8048B9

Tints of Studio #8048B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.05%

R = 33.25%
G = 18.7%
B = 48.05%

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

#8048B9 (or 0x8048B9) is known color: Studio. HEX triplet: 80, 48 and B9. RGB value is (128,72,185). Sum of RGB (Red+Green+Blue) = 128+72+185=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 185 (72.66% from 255 or 48.05% from 385); Max value from RGB is 185 - color contains mainly: blue. Hex color #8048B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8048B9 is #7FB746. Grayscale: #656565. Windows color (decimal): -8369991 or 12142720. OLE color: 12142720.

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

Color convert

RGB 128 72 185 -
CMYK 0.31 0.61 0 0.27
HSL 269.73º 0.45% 0.5% -
HSV(B) 269.73º 0.61% 0.73% -
XYZ 19.98 12.73 47.3 -
YUV 101.63 175.05 146.81 -
System Red Green Blue C M Y K H S L
Decimal 128 72 185 0.31 0.61 0 0.27 269.73 0.45 0.5
Hex 80 48 B9 1F 3D 0 1B 10E 2D 32
Octal 200 110 271 37 75 0 33 416 55 62
Binary 10000000 1001000 10111001 11111 111101 0 11011 100001110 101101 110010

Color Harmonies of #8048B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8048B9

Black with #8048B9

Text Example


Text Example

White with #8048B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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