Html Css Color HEX #8241AE Studio

📋 copy color: '#8241AE'

red 130 ◦ green 65 ◦ blue 174

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

Shades of Studio #8241AE

Tints of Studio #8241AE

RGB

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

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

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

R = 35.23%
G = 17.62%
B = 47.15%

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

#8241AE (or 0x8241AE) is known color: Studio. HEX triplet: 82, 41 and AE. RGB value is (130,65,174). Sum of RGB (Red+Green+Blue) = 130+65+174=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #8241AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8241AE is #7DBE51. Grayscale: #606060. Windows color (decimal): -8240722 or 11420034. OLE color: 11420034.

HSL color Cylindrical-coordinate representation of color #8241AE: hue angle of 275.78º 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 #8241AE is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 65 174 -
CMYK 0.25 0.63 0 0.32
HSL 275.78º 0.46% 0.47% -
HSV(B) 275.78º 0.63% 0.68% -
XYZ 18.74 11.58 41.29 -
YUV 96.86 171.53 151.64 -
System Red Green Blue C M Y K H S L
Decimal 130 65 174 0.25 0.63 0 0.32 275.78 0.46 0.47
Hex 82 41 AE 19 3F 0 20 114 2E 2F
Octal 202 101 256 31 77 0 40 424 56 57
Binary 10000010 1000001 10101110 11001 111111 0 100000 100010100 101110 101111

Color Harmonies of #8241AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8241AE

Black with #8241AE

Text Example


Text Example

White with #8241AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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