Html Css Color HEX #8242A6 Studio

📋 copy color: '#8242A6'

red 130 ◦ green 66 ◦ blue 166

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

Shades of Studio #8242A6

Tints of Studio #8242A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 45.86%

R = 35.91%
G = 18.23%
B = 45.86%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#8242A6 (or 0x8242A6) is known color: Studio. HEX triplet: 82, 42 and A6. RGB value is (130,66,166). Sum of RGB (Red+Green+Blue) = 130+66+166=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 166 (65.23% from 255 or 45.86% from 362); Max value from RGB is 166 - color contains mainly: blue. Hex color #8242A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8242A6 is #7DBD59. Grayscale: #606060. Windows color (decimal): -8240474 or 10896002. OLE color: 10896002.

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

Color convert

RGB 130 66 166 -
CMYK 0.22 0.60 0 0.35
HSL 278.4º 0.43% 0.45% -
HSV(B) 278.4º 0.6% 0.65% -
XYZ 18.04 11.4 37.33 -
YUV 96.54 167.2 151.87 -
System Red Green Blue C M Y K H S L
Decimal 130 66 166 0.22 0.60 0 0.35 278.4 0.43 0.45
Hex 82 42 A6 16 3C 0 23 116 2B 2D
Octal 202 102 246 26 74 0 43 426 53 55
Binary 10000010 1000010 10100110 10110 111100 0 100011 100010110 101011 101101

Color Harmonies of #8242A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8242A6

Black with #8242A6

Text Example


Text Example

White with #8242A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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