Html Css Color HEX #8048B8 Studio

📋 copy color: '#8048B8'

red 128 ◦ green 72 ◦ blue 184

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

Shades of Studio #8048B8

Tints of Studio #8048B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 47.92%

R = 33.33%
G = 18.75%
B = 47.92%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8048B8 (or 0x8048B8) is known color: Studio. HEX triplet: 80, 48 and B8. RGB value is (128,72,184). Sum of RGB (Red+Green+Blue) = 128+72+184=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 184 (72.27% from 255 or 47.92% from 384); Max value from RGB is 184 - color contains mainly: blue. Hex color #8048B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8048B8 is #7FB747. Grayscale: #656565. Windows color (decimal): -8369992 or 12077184. OLE color: 12077184.

HSL color Cylindrical-coordinate representation of color #8048B8: hue angle of 270º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8048B8 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 72 184 -
CMYK 0.30 0.61 0 0.28
HSL 270º 0.44% 0.5% -
HSV(B) 270º 0.61% 0.72% -
XYZ 19.87 12.68 46.75 -
YUV 101.51 174.55 146.89 -
System Red Green Blue C M Y K H S L
Decimal 128 72 184 0.30 0.61 0 0.28 270 0.44 0.5
Hex 80 48 B8 1E 3D 0 1C 10E 2C 32
Octal 200 110 270 36 75 0 34 416 54 62
Binary 10000000 1001000 10111000 11110 111101 0 11100 100001110 101100 110010

Color Harmonies of #8048B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8048B8

Black with #8048B8

Text Example


Text Example

White with #8048B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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