Html Css Color HEX #804FB1 Studio

📋 copy color: '#804FB1'

red 128 ◦ green 79 ◦ blue 177

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

Shades of Studio #804FB1

Tints of Studio #804FB1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.57%

 BLUE value IS 177 (69.53% from 255) = 46.09%

R = 33.33%
G = 20.57%
B = 46.09%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#804FB1 (or 0x804FB1) is known color: Studio. HEX triplet: 80, 4F and B1. RGB value is (128,79,177). Sum of RGB (Red+Green+Blue) = 128+79+177=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 177 (69.53% from 255 or 46.09% from 384); Max value from RGB is 177 - color contains mainly: blue. Hex color #804FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804FB1 is #7FB04E. Grayscale: #686868. Windows color (decimal): -8368207 or 11620224. OLE color: 11620224.

HSL color Cylindrical-coordinate representation of color #804FB1: hue angle of 270º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #804FB1 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 79 177 -
CMYK 0.28 0.55 0 0.31
HSL 270º 0.39% 0.5% -
HSV(B) 270º 0.55% 0.69% -
XYZ 19.63 13.36 43.14 -
YUV 104.82 168.73 144.53 -
System Red Green Blue C M Y K H S L
Decimal 128 79 177 0.28 0.55 0 0.31 270 0.39 0.5
Hex 80 4F B1 1C 37 0 1F 10E 27 32
Octal 200 117 261 34 67 0 37 416 47 62
Binary 10000000 1001111 10110001 11100 110111 0 11111 100001110 100111 110010

Color Harmonies of #804FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804FB1

Black with #804FB1

Text Example


Text Example

White with #804FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804FB1; }

 p { color: rgb(128,79,177); }

 H1.HeaderClassName
 {
   color: #804FB1;
 }
 .AnyTagClassName
 {
   color: #804FB1;
 }
</style>

background-color css

<style>
 a { background-color: #804FB1; }

 a { background-color: rgb(128,79,177); }

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

border-color css

<style>
 span { border-color: #804FB1; }

 span { border-color: rgb(128,79,177); }

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