Html Css Color HEX #8F69DC Medium Purple

📋 copy color: '#8F69DC'

red 143 ◦ green 105 ◦ blue 220

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

Shades of Medium Purple #8F69DC

Tints of Medium Purple #8F69DC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.44%

 BLUE value IS 220 (86.33% from 255) = 47.01%

R = 30.56%
G = 22.44%
B = 47.01%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F69DC (or 0x8F69DC) is known color: Medium Purple. HEX triplet: 8F, 69 and DC. RGB value is (143,105,220). Sum of RGB (Red+Green+Blue) = 143+105+220=468 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.56% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F69DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F69DC is #709623. Grayscale: #818181. Windows color (decimal): -7378468 or 14444943. OLE color: 14444943.

HSL color Cylindrical-coordinate representation of color #8F69DC: hue angle of 259.83º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F69DC is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 105 220 -
CMYK 0.35 0.52 0 0.14
HSL 259.83º 0.62% 0.64% -
HSV(B) 259.83º 0.52% 0.86% -
XYZ 29.3 21.11 70.24 -
YUV 129.47 179.09 137.65 -
System Red Green Blue C M Y K H S L
Decimal 143 105 220 0.35 0.52 0 0.14 259.83 0.62 0.64
Hex 8F 69 DC 23 34 0 E 104 3E 40
Octal 217 151 334 43 64 0 16 404 76 100
Binary 10001111 1101001 11011100 100011 110100 0 1110 100000100 111110 1000000

Color Harmonies of #8F69DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F69DC

Black with #8F69DC

Text Example


Text Example

White with #8F69DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,105,220); }

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

background-color css

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

 a { background-color: rgb(143,105,220); }

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

border-color css

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

 span { border-color: rgb(143,105,220); }

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