Html Css Color HEX #8243AD Studio

📋 copy color: '#8243AD'

red 130 ◦ green 67 ◦ blue 173

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

Shades of Studio #8243AD

Tints of Studio #8243AD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.11%

 BLUE value IS 173 (67.97% from 255) = 46.76%

R = 35.14%
G = 18.11%
B = 46.76%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8243AD (or 0x8243AD) is known color: Studio. HEX triplet: 82, 43 and AD. RGB value is (130,67,173). Sum of RGB (Red+Green+Blue) = 130+67+173=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #8243AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8243AD is #7DBC52. Grayscale: #616161. Windows color (decimal): -8240211 or 11355010. OLE color: 11355010.

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

Color convert

RGB 130 67 173 -
CMYK 0.25 0.61 0 0.32
HSL 275.66º 0.44% 0.47% -
HSV(B) 275.66º 0.61% 0.68% -
XYZ 18.76 11.78 40.82 -
YUV 97.92 170.37 150.88 -
System Red Green Blue C M Y K H S L
Decimal 130 67 173 0.25 0.61 0 0.32 275.66 0.44 0.47
Hex 82 43 AD 19 3D 0 20 114 2C 2F
Octal 202 103 255 31 75 0 40 424 54 57
Binary 10000010 1000011 10101101 11001 111101 0 100000 100010100 101100 101111

Color Harmonies of #8243AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8243AD

Black with #8243AD

Text Example


Text Example

White with #8243AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8243AD; }

 p { color: rgb(130,67,173); }

 H1.HeaderClassName
 {
   color: #8243AD;
 }
 .AnyTagClassName
 {
   color: #8243AD;
 }
</style>

background-color css

<style>
 a { background-color: #8243AD; }

 a { background-color: rgb(130,67,173); }

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

border-color css

<style>
 span { border-color: #8243AD; }

 span { border-color: rgb(130,67,173); }

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