Html Css Color HEX #804B9C Studio

📋 copy color: '#804B9C'

red 128 ◦ green 75 ◦ blue 156

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

Shades of Studio #804B9C

Tints of Studio #804B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.45%

R = 35.65%
G = 20.89%
B = 43.45%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#804B9C (or 0x804B9C) is known color: Studio. HEX triplet: 80, 4B and 9C. RGB value is (128,75,156). Sum of RGB (Red+Green+Blue) = 128+75+156=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 156 - color contains mainly: blue. Hex color #804B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804B9C is #7FB463. Grayscale: #636363. Windows color (decimal): -8369252 or 10242944. OLE color: 10242944.

HSL color Cylindrical-coordinate representation of color #804B9C: hue angle of 279.26º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #804B9C is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 75 156 -
CMYK 0.18 0.52 0 0.39
HSL 279.26º 0.35% 0.45% -
HSV(B) 279.26º 0.52% 0.61% -
XYZ 17.42 12.02 32.85 -
YUV 100.08 159.56 147.91 -
System Red Green Blue C M Y K H S L
Decimal 128 75 156 0.18 0.52 0 0.39 279.26 0.35 0.45
Hex 80 4B 9C 12 34 0 27 117 23 2D
Octal 200 113 234 22 64 0 47 427 43 55
Binary 10000000 1001011 10011100 10010 110100 0 100111 100010111 100011 101101

Color Harmonies of #804B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804B9C

Black with #804B9C

Text Example


Text Example

White with #804B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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