Html Css Color HEX #8B74DF Medium Purple

📋 copy color: '#8B74DF'

red 139 ◦ green 116 ◦ blue 223

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

Shades of Medium Purple #8B74DF

Tints of Medium Purple #8B74DF

RGB

 RED value IS 139 (54.69% from 255) = 29.08%

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

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

R = 29.08%
G = 24.27%
B = 46.65%

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

#8B74DF (or 0x8B74DF) is known color: Medium Purple. HEX triplet: 8B, 74 and DF. RGB value is (139,116,223). Sum of RGB (Red+Green+Blue) = 139+116+223=478 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.08% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B74DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B74DF is #748B20. Grayscale: #868686. Windows color (decimal): -7637793 or 14644363. OLE color: 14644363.

HSL color Cylindrical-coordinate representation of color #8B74DF: hue angle of 252.9º 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 #8B74DF is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 139 116 223 -
CMYK 0.38 0.48 0 0.13
HSL 252.9º 0.63% 0.66% -
HSV(B) 252.9º 0.48% 0.87% -
XYZ 30.21 23.31 72.72 -
YUV 135.08 177.62 130.8 -
System Red Green Blue C M Y K H S L
Decimal 139 116 223 0.38 0.48 0 0.13 252.9 0.63 0.66
Hex 8B 74 DF 26 30 0 D FD 3F 42
Octal 213 164 337 46 60 0 15 375 77 102
Binary 10001011 1110100 11011111 100110 110000 0 1101 11111101 111111 1000010

Color Harmonies of #8B74DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B74DF

Black with #8B74DF

Text Example


Text Example

White with #8B74DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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