Html Css Color HEX #8242A4 Studio

📋 copy color: '#8242A4'

red 130 ◦ green 66 ◦ blue 164

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

Shades of Studio #8242A4

Tints of Studio #8242A4

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.33%

 BLUE value IS 164 (64.45% from 255) = 45.56%

R = 36.11%
G = 18.33%
B = 45.56%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8242A4 (or 0x8242A4) is known color: Studio. HEX triplet: 82, 42 and A4. RGB value is (130,66,164). Sum of RGB (Red+Green+Blue) = 130+66+164=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 164 - color contains mainly: blue. Hex color #8242A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8242A4 is #7DBD5B. Grayscale: #5F5F5F. Windows color (decimal): -8240476 or 10764930. OLE color: 10764930.

HSL color Cylindrical-coordinate representation of color #8242A4: hue angle of 279.18º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8242A4 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 66 164 -
CMYK 0.21 0.60 0 0.36
HSL 279.18º 0.43% 0.45% -
HSV(B) 279.18º 0.6% 0.64% -
XYZ 17.85 11.32 36.37 -
YUV 96.31 166.2 152.03 -
System Red Green Blue C M Y K H S L
Decimal 130 66 164 0.21 0.60 0 0.36 279.18 0.43 0.45
Hex 82 42 A4 15 3C 0 24 117 2B 2D
Octal 202 102 244 25 74 0 44 427 53 55
Binary 10000010 1000010 10100100 10101 111100 0 100100 100010111 101011 101101

Color Harmonies of #8242A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8242A4

Black with #8242A4

Text Example


Text Example

White with #8242A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8242A4; }

 p { color: rgb(130,66,164); }

 H1.HeaderClassName
 {
   color: #8242A4;
 }
 .AnyTagClassName
 {
   color: #8242A4;
 }
</style>

background-color css

<style>
 a { background-color: #8242A4; }

 a { background-color: rgb(130,66,164); }

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

border-color css

<style>
 span { border-color: #8242A4; }

 span { border-color: rgb(130,66,164); }

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