Html Css Color HEX #8142AD Studio

📋 copy color: '#8142AD'

red 129 ◦ green 66 ◦ blue 173

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

Shades of Studio #8142AD

Tints of Studio #8142AD

RGB

 RED value IS 129 (50.78% from 255) = 35.05%

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

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

R = 35.05%
G = 17.93%
B = 47.01%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8142AD (or 0x8142AD) is known color: Studio. HEX triplet: 81, 42 and AD. RGB value is (129,66,173). Sum of RGB (Red+Green+Blue) = 129+66+173=368 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.05% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #8142AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8142AD is #7EBD52. Grayscale: #606060. Windows color (decimal): -8306003 or 11354753. OLE color: 11354753.

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

Color convert

RGB 129 66 173 -
CMYK 0.25 0.62 0 0.32
HSL 275.33º 0.45% 0.47% -
HSV(B) 275.33º 0.62% 0.68% -
XYZ 18.54 11.58 40.79 -
YUV 97.04 170.87 150.8 -
System Red Green Blue C M Y K H S L
Decimal 129 66 173 0.25 0.62 0 0.32 275.33 0.45 0.47
Hex 81 42 AD 19 3E 0 20 113 2D 2F
Octal 201 102 255 31 76 0 40 423 55 57
Binary 10000001 1000010 10101101 11001 111110 0 100000 100010011 101101 101111

Color Harmonies of #8142AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8142AD

Black with #8142AD

Text Example


Text Example

White with #8142AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,66,173); }

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

background-color css

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

 a { background-color: rgb(129,66,173); }

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

border-color css

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

 span { border-color: rgb(129,66,173); }

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