Html Css Color HEX #8F65DC Medium Purple

📋 copy color: '#8F65DC'

red 143 ◦ green 101 ◦ blue 220

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

Shades of Medium Purple #8F65DC

Tints of Medium Purple #8F65DC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.77%

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

R = 30.82%
G = 21.77%
B = 47.41%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F65DC (or 0x8F65DC) is known color: Medium Purple. HEX triplet: 8F, 65 and DC. RGB value is (143,101,220). Sum of RGB (Red+Green+Blue) = 143+101+220=464 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.82% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F65DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F65DC is #709A23. Grayscale: #7E7E7E. Windows color (decimal): -7379492 or 14443919. OLE color: 14443919.

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

Color convert

RGB 143 101 220 -
CMYK 0.35 0.54 0 0.14
HSL 261.18º 0.63% 0.63% -
HSV(B) 261.18º 0.54% 0.86% -
XYZ 28.9 20.31 70.11 -
YUV 127.12 180.41 139.32 -
System Red Green Blue C M Y K H S L
Decimal 143 101 220 0.35 0.54 0 0.14 261.18 0.63 0.63
Hex 8F 65 DC 23 36 0 E 105 3F 3F
Octal 217 145 334 43 66 0 16 405 77 77
Binary 10001111 1100101 11011100 100011 110110 0 1110 100000101 111111 111111

Color Harmonies of #8F65DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F65DC

Black with #8F65DC

Text Example


Text Example

White with #8F65DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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