Html Css Color HEX #8441AD Studio

📋 copy color: '#8441AD'

red 132 ◦ green 65 ◦ blue 173

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

Shades of Studio #8441AD

Tints of Studio #8441AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.76%

R = 35.68%
G = 17.57%
B = 46.76%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8441AD (or 0x8441AD) is known color: Studio. HEX triplet: 84, 41 and AD. RGB value is (132,65,173). Sum of RGB (Red+Green+Blue) = 132+65+173=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #8441AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8441AD is #7BBE52. Grayscale: #606060. Windows color (decimal): -8109651 or 11354500. OLE color: 11354500.

HSL color Cylindrical-coordinate representation of color #8441AD: hue angle of 277.22º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8441AD is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 65 173 -
CMYK 0.24 0.62 0 0.32
HSL 277.22º 0.45% 0.47% -
HSV(B) 277.22º 0.62% 0.68% -
XYZ 18.95 11.7 40.8 -
YUV 97.35 170.7 152.72 -
System Red Green Blue C M Y K H S L
Decimal 132 65 173 0.24 0.62 0 0.32 277.22 0.45 0.47
Hex 84 41 AD 18 3E 0 20 115 2D 2F
Octal 204 101 255 30 76 0 40 425 55 57
Binary 10000100 1000001 10101101 11000 111110 0 100000 100010101 101101 101111

Color Harmonies of #8441AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8441AD

Black with #8441AD

Text Example


Text Example

White with #8441AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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