Html Css Color HEX #804BAB Studio

📋 copy color: '#804BAB'

red 128 ◦ green 75 ◦ blue 171

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

Shades of Studio #804BAB

Tints of Studio #804BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.05%

 BLUE value IS 171 (67.19% from 255) = 45.72%

R = 34.22%
G = 20.05%
B = 45.72%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#804BAB (or 0x804BAB) is known color: Studio. HEX triplet: 80, 4B and AB. RGB value is (128,75,171). Sum of RGB (Red+Green+Blue) = 128+75+171=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #804BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804BAB is #7FB454. Grayscale: #656565. Windows color (decimal): -8369237 or 11225984. OLE color: 11225984.

HSL color Cylindrical-coordinate representation of color #804BAB: hue angle of 273.12º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #804BAB is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 75 171 -
CMYK 0.25 0.56 0 0.33
HSL 273.13º 0.39% 0.48% -
HSV(B) 273.13º 0.56% 0.67% -
XYZ 18.77 12.56 39.96 -
YUV 101.79 167.06 146.69 -
System Red Green Blue C M Y K H S L
Decimal 128 75 171 0.25 0.56 0 0.33 273.13 0.39 0.48
Hex 80 4B AB 19 38 0 21 111 27 30
Octal 200 113 253 31 70 0 41 421 47 60
Binary 10000000 1001011 10101011 11001 111000 0 100001 100010001 100111 110000

Color Harmonies of #804BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804BAB

Black with #804BAB

Text Example


Text Example

White with #804BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,75,171); }

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

background-color css

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

 a { background-color: rgb(128,75,171); }

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

border-color css

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

 span { border-color: rgb(128,75,171); }

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