Html Css Color HEX #80449F Studio

📋 copy color: '#80449F'

red 128 ◦ green 68 ◦ blue 159

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

Shades of Studio #80449F

Tints of Studio #80449F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.15%

 BLUE value IS 159 (62.5% from 255) = 44.79%

R = 36.06%
G = 19.15%
B = 44.79%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80449F (or 0x80449F) is known color: Studio. HEX triplet: 80, 44 and 9F. RGB value is (128,68,159). Sum of RGB (Red+Green+Blue) = 128+68+159=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 159 - color contains mainly: blue. Hex color #80449F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80449F is #7FBB60. Grayscale: #606060. Windows color (decimal): -8371041 or 10437760. OLE color: 10437760.

HSL color Cylindrical-coordinate representation of color #80449F: hue angle of 279.56º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80449F is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 68 159 -
CMYK 0.19 0.57 0 0.38
HSL 279.56º 0.4% 0.45% -
HSV(B) 279.56º 0.57% 0.62% -
XYZ 17.23 11.23 34.06 -
YUV 96.31 163.38 150.6 -
System Red Green Blue C M Y K H S L
Decimal 128 68 159 0.19 0.57 0 0.38 279.56 0.4 0.45
Hex 80 44 9F 13 39 0 26 118 28 2D
Octal 200 104 237 23 71 0 46 430 50 55
Binary 10000000 1000100 10011111 10011 111001 0 100110 100011000 101000 101101

Color Harmonies of #80449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80449F

Black with #80449F

Text Example


Text Example

White with #80449F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80449F; }

 p { color: rgb(128,68,159); }

 H1.HeaderClassName
 {
   color: #80449F;
 }
 .AnyTagClassName
 {
   color: #80449F;
 }
</style>

background-color css

<style>
 a { background-color: #80449F; }

 a { background-color: rgb(128,68,159); }

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

border-color css

<style>
 span { border-color: #80449F; }

 span { border-color: rgb(128,68,159); }

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