Html Css Color HEX #8450A2 Studio

📋 copy color: '#8450A2'

red 132 ◦ green 80 ◦ blue 162

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

Shades of Studio #8450A2

Tints of Studio #8450A2

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.39%

 BLUE value IS 162 (63.67% from 255) = 43.32%

R = 35.29%
G = 21.39%
B = 43.32%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8450A2 (or 0x8450A2) is known color: Studio. HEX triplet: 84, 50 and A2. RGB value is (132,80,162). Sum of RGB (Red+Green+Blue) = 132+80+162=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 162 (63.67% from 255 or 43.32% from 374); Max value from RGB is 162 - color contains mainly: blue. Hex color #8450A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8450A2 is #7BAF5D. Grayscale: #686868. Windows color (decimal): -8105822 or 10637444. OLE color: 10637444.

HSL color Cylindrical-coordinate representation of color #8450A2: hue angle of 278.05º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8450A2 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 132 80 162 -
CMYK 0.19 0.51 0 0.36
HSL 278.05º 0.34% 0.47% -
HSV(B) 278.05º 0.51% 0.64% -
XYZ 18.91 13.25 35.74 -
YUV 104.9 160.23 147.33 -
System Red Green Blue C M Y K H S L
Decimal 132 80 162 0.19 0.51 0 0.36 278.05 0.34 0.47
Hex 84 50 A2 13 33 0 24 116 22 2F
Octal 204 120 242 23 63 0 44 426 42 57
Binary 10000100 1010000 10100010 10011 110011 0 100100 100010110 100010 101111

Color Harmonies of #8450A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8450A2

Black with #8450A2

Text Example


Text Example

White with #8450A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8450A2; }

 p { color: rgb(132,80,162); }

 H1.HeaderClassName
 {
   color: #8450A2;
 }
 .AnyTagClassName
 {
   color: #8450A2;
 }
</style>

background-color css

<style>
 a { background-color: #8450A2; }

 a { background-color: rgb(132,80,162); }

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

border-color css

<style>
 span { border-color: #8450A2; }

 span { border-color: rgb(132,80,162); }

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