Html Css Color HEX #80469D Studio

📋 copy color: '#80469D'

red 128 ◦ green 70 ◦ blue 157

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

Shades of Studio #80469D

Tints of Studio #80469D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.72%

 BLUE value IS 157 (61.72% from 255) = 44.23%

R = 36.06%
G = 19.72%
B = 44.23%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80469D (or 0x80469D) is known color: Studio. HEX triplet: 80, 46 and 9D. RGB value is (128,70,157). Sum of RGB (Red+Green+Blue) = 128+70+157=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #80469D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80469D is #7FB962. Grayscale: #606060. Windows color (decimal): -8370531 or 10307200. OLE color: 10307200.

HSL color Cylindrical-coordinate representation of color #80469D: hue angle of 280º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80469D is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 70 157 -
CMYK 0.18 0.55 0 0.38
HSL 280º 0.38% 0.45% -
HSV(B) 280º 0.55% 0.62% -
XYZ 17.18 11.4 33.19 -
YUV 97.26 161.72 149.93 -
System Red Green Blue C M Y K H S L
Decimal 128 70 157 0.18 0.55 0 0.38 280 0.38 0.45
Hex 80 46 9D 12 37 0 26 118 26 2D
Octal 200 106 235 22 67 0 46 430 46 55
Binary 10000000 1000110 10011101 10010 110111 0 100110 100011000 100110 101101

Color Harmonies of #80469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80469D

Black with #80469D

Text Example


Text Example

White with #80469D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80469D; }

 p { color: rgb(128,70,157); }

 H1.HeaderClassName
 {
   color: #80469D;
 }
 .AnyTagClassName
 {
   color: #80469D;
 }
</style>

background-color css

<style>
 a { background-color: #80469D; }

 a { background-color: rgb(128,70,157); }

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

border-color css

<style>
 span { border-color: #80469D; }

 span { border-color: rgb(128,70,157); }

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