Html Css Color HEX #8240AE Studio

📋 copy color: '#8240AE'

red 130 ◦ green 64 ◦ blue 174

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

Shades of Studio #8240AE

Tints of Studio #8240AE

RGB

 RED value IS 130 (51.17% from 255) = 35.33%

 GREEN value IS 64 (25.39% from 255) = 17.39%

 BLUE value IS 174 (68.36% from 255) = 47.28%

R = 35.33%
G = 17.39%
B = 47.28%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8240AE (or 0x8240AE) is known color: Studio. HEX triplet: 82, 40 and AE. RGB value is (130,64,174). Sum of RGB (Red+Green+Blue) = 130+64+174=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #8240AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8240AE is #7DBF51. Grayscale: #5F5F5F. Windows color (decimal): -8240978 or 11419778. OLE color: 11419778.

HSL color Cylindrical-coordinate representation of color #8240AE: hue angle of 276º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8240AE is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 64 174 -
CMYK 0.25 0.63 0 0.32
HSL 276º 0.46% 0.47% -
HSV(B) 276º 0.63% 0.68% -
XYZ 18.68 11.47 41.27 -
YUV 96.27 171.87 152.06 -
System Red Green Blue C M Y K H S L
Decimal 130 64 174 0.25 0.63 0 0.32 276 0.46 0.47
Hex 82 40 AE 19 3F 0 20 114 2E 2F
Octal 202 100 256 31 77 0 40 424 56 57
Binary 10000010 1000000 10101110 11001 111111 0 100000 100010100 101110 101111

Color Harmonies of #8240AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8240AE

Black with #8240AE

Text Example


Text Example

White with #8240AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8240AE; }

 p { color: rgb(130,64,174); }

 H1.HeaderClassName
 {
   color: #8240AE;
 }
 .AnyTagClassName
 {
   color: #8240AE;
 }
</style>

background-color css

<style>
 a { background-color: #8240AE; }

 a { background-color: rgb(130,64,174); }

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

border-color css

<style>
 span { border-color: #8240AE; }

 span { border-color: rgb(130,64,174); }

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