Html Css Color HEX #80469F Studio

📋 copy color: '#80469F'

red 128 ◦ green 70 ◦ blue 159

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

Shades of Studio #80469F

Tints of Studio #80469F

RGB

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

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

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

R = 35.85%
G = 19.61%
B = 44.54%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80469F (or 0x80469F) is known color: Studio. HEX triplet: 80, 46 and 9F. RGB value is (128,70,159). Sum of RGB (Red+Green+Blue) = 128+70+159=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 159 - color contains mainly: blue. Hex color #80469F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80469F is #7FB960. Grayscale: #616161. Windows color (decimal): -8370529 or 10438272. OLE color: 10438272.

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

Color convert

RGB 128 70 159 -
CMYK 0.19 0.56 0 0.38
HSL 279.1º 0.39% 0.45% -
HSV(B) 279.1º 0.56% 0.62% -
XYZ 17.35 11.47 34.1 -
YUV 97.49 162.72 149.76 -
System Red Green Blue C M Y K H S L
Decimal 128 70 159 0.19 0.56 0 0.38 279.1 0.39 0.45
Hex 80 46 9F 13 38 0 26 117 27 2D
Octal 200 106 237 23 70 0 46 427 47 55
Binary 10000000 1000110 10011111 10011 111000 0 100110 100010111 100111 101101

Color Harmonies of #80469F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80469F

Black with #80469F

Text Example


Text Example

White with #80469F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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