Html Css Color HEX #8441AA Studio

📋 copy color: '#8441AA'

red 132 ◦ green 65 ◦ blue 170

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

Shades of Studio #8441AA

Tints of Studio #8441AA

RGB

 RED value IS 132 (51.95% from 255) = 35.97%

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

 BLUE value IS 170 (66.8% from 255) = 46.32%

R = 35.97%
G = 17.71%
B = 46.32%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8441AA (or 0x8441AA) is known color: Studio. HEX triplet: 84, 41 and AA. RGB value is (132,65,170). Sum of RGB (Red+Green+Blue) = 132+65+170=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #8441AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8441AA is #7BBE55. Grayscale: #606060. Windows color (decimal): -8109654 or 11157892. OLE color: 11157892.

HSL color Cylindrical-coordinate representation of color #8441AA: hue angle of 278.29º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8441AA is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 65 170 -
CMYK 0.22 0.62 0 0.33
HSL 278.29º 0.45% 0.46% -
HSV(B) 278.29º 0.62% 0.67% -
XYZ 18.66 11.59 39.28 -
YUV 97 169.2 152.96 -
System Red Green Blue C M Y K H S L
Decimal 132 65 170 0.22 0.62 0 0.33 278.29 0.45 0.46
Hex 84 41 AA 16 3E 0 21 116 2D 2E
Octal 204 101 252 26 76 0 41 426 55 56
Binary 10000100 1000001 10101010 10110 111110 0 100001 100010110 101101 101110

Color Harmonies of #8441AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8441AA

Black with #8441AA

Text Example


Text Example

White with #8441AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8441AA; }

 p { color: rgb(132,65,170); }

 H1.HeaderClassName
 {
   color: #8441AA;
 }
 .AnyTagClassName
 {
   color: #8441AA;
 }
</style>

background-color css

<style>
 a { background-color: #8441AA; }

 a { background-color: rgb(132,65,170); }

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

border-color css

<style>
 span { border-color: #8441AA; }

 span { border-color: rgb(132,65,170); }

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