Html Css Color HEX #8F75DA Medium Purple

📋 copy color: '#8F75DA'

red 143 ◦ green 117 ◦ blue 218

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

Shades of Medium Purple #8F75DA

Tints of Medium Purple #8F75DA

RGB

 RED value IS 143 (56.25% from 255) = 29.92%

 GREEN value IS 117 (46.09% from 255) = 24.48%

 BLUE value IS 218 (85.55% from 255) = 45.61%

R = 29.92%
G = 24.48%
B = 45.61%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8F75DA (or 0x8F75DA) is known color: Medium Purple. HEX triplet: 8F, 75 and DA. RGB value is (143,117,218). Sum of RGB (Red+Green+Blue) = 143+117+218=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #8F75DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F75DA is #708A25. Grayscale: #878787. Windows color (decimal): -7375398 or 14316943. OLE color: 14316943.

HSL color Cylindrical-coordinate representation of color #8F75DA: hue angle of 255.45º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8F75DA is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 143 117 218 -
CMYK 0.34 0.46 0 0.15
HSL 255.45º 0.58% 0.66% -
HSV(B) 255.45º 0.46% 0.85% -
XYZ 30.34 23.62 69.29 -
YUV 136.29 174.11 132.79 -
System Red Green Blue C M Y K H S L
Decimal 143 117 218 0.34 0.46 0 0.15 255.45 0.58 0.66
Hex 8F 75 DA 22 2E 0 F FF 3A 42
Octal 217 165 332 42 56 0 17 377 72 102
Binary 10001111 1110101 11011010 100010 101110 0 1111 11111111 111010 1000010

Color Harmonies of #8F75DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F75DA

Black with #8F75DA

Text Example


Text Example

White with #8F75DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,117,218); }

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

background-color css

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

 a { background-color: rgb(143,117,218); }

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

border-color css

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

 span { border-color: rgb(143,117,218); }

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