Html Css Color HEX #8041A1 Studio

📋 copy color: '#8041A1'

red 128 ◦ green 65 ◦ blue 161

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

Shades of Studio #8041A1

Tints of Studio #8041A1

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.36%

 BLUE value IS 161 (63.28% from 255) = 45.48%

R = 36.16%
G = 18.36%
B = 45.48%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8041A1 (or 0x8041A1) is known color: Studio. HEX triplet: 80, 41 and A1. RGB value is (128,65,161). Sum of RGB (Red+Green+Blue) = 128+65+161=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 161 (63.28% from 255 or 45.48% from 354); Max value from RGB is 161 - color contains mainly: blue. Hex color #8041A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8041A1 is #7FBE5E. Grayscale: #5E5E5E. Windows color (decimal): -8371807 or 10568064. OLE color: 10568064.

HSL color Cylindrical-coordinate representation of color #8041A1: hue angle of 279.38º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8041A1 is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 128 65 161 -
CMYK 0.20 0.60 0 0.37
HSL 279.38º 0.42% 0.44% -
HSV(B) 279.38º 0.6% 0.63% -
XYZ 17.23 10.94 34.92 -
YUV 94.78 165.37 151.69 -
System Red Green Blue C M Y K H S L
Decimal 128 65 161 0.20 0.60 0 0.37 279.38 0.42 0.44
Hex 80 41 A1 14 3C 0 25 117 2A 2C
Octal 200 101 241 24 74 0 45 427 52 54
Binary 10000000 1000001 10100001 10100 111100 0 100101 100010111 101010 101100

Color Harmonies of #8041A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8041A1

Black with #8041A1

Text Example


Text Example

White with #8041A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8041A1; }

 p { color: rgb(128,65,161); }

 H1.HeaderClassName
 {
   color: #8041A1;
 }
 .AnyTagClassName
 {
   color: #8041A1;
 }
</style>

background-color css

<style>
 a { background-color: #8041A1; }

 a { background-color: rgb(128,65,161); }

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

border-color css

<style>
 span { border-color: #8041A1; }

 span { border-color: rgb(128,65,161); }

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