Html Css Color HEX #8A74DF Medium Purple

📋 copy color: '#8A74DF'

red 138 ◦ green 116 ◦ blue 223

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

Shades of Medium Purple #8A74DF

Tints of Medium Purple #8A74DF

RGB

 RED value IS 138 (54.3% from 255) = 28.93%

 GREEN value IS 116 (45.7% from 255) = 24.32%

 BLUE value IS 223 (87.5% from 255) = 46.75%

R = 28.93%
G = 24.32%
B = 46.75%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8A74DF (or 0x8A74DF) is known color: Medium Purple. HEX triplet: 8A, 74 and DF. RGB value is (138,116,223). Sum of RGB (Red+Green+Blue) = 138+116+223=477 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.93% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A74DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A74DF is #758B20. Grayscale: #868686. Windows color (decimal): -7703329 or 14644362. OLE color: 14644362.

HSL color Cylindrical-coordinate representation of color #8A74DF: hue angle of 252.34º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A74DF is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 116 223 -
CMYK 0.38 0.48 0 0.13
HSL 252.34º 0.63% 0.66% -
HSV(B) 252.34º 0.48% 0.87% -
XYZ 30.05 23.22 72.71 -
YUV 134.78 177.79 130.3 -
System Red Green Blue C M Y K H S L
Decimal 138 116 223 0.38 0.48 0 0.13 252.34 0.63 0.66
Hex 8A 74 DF 26 30 0 D FC 3F 42
Octal 212 164 337 46 60 0 15 374 77 102
Binary 10001010 1110100 11011111 100110 110000 0 1101 11111100 111111 1000010

Color Harmonies of #8A74DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A74DF

Black with #8A74DF

Text Example


Text Example

White with #8A74DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A74DF; }

 p { color: rgb(138,116,223); }

 H1.HeaderClassName
 {
   color: #8A74DF;
 }
 .AnyTagClassName
 {
   color: #8A74DF;
 }
</style>

background-color css

<style>
 a { background-color: #8A74DF; }

 a { background-color: rgb(138,116,223); }

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

border-color css

<style>
 span { border-color: #8A74DF; }

 span { border-color: rgb(138,116,223); }

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