Html Css Color HEX #8C7BDF Medium Purple

📋 copy color: '#8C7BDF'

red 140 ◦ green 123 ◦ blue 223

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

Shades of Medium Purple #8C7BDF

Tints of Medium Purple #8C7BDF

RGB

 RED value IS 140 (55.08% from 255) = 28.81%

 GREEN value IS 123 (48.44% from 255) = 25.31%

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

R = 28.81%
G = 25.31%
B = 45.88%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C7BDF (or 0x8C7BDF) is known color: Medium Purple. HEX triplet: 8C, 7B and DF. RGB value is (140,123,223). Sum of RGB (Red+Green+Blue) = 140+123+223=486 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.81% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C7BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7BDF is #738420. Grayscale: #8B8B8B. Windows color (decimal): -7570465 or 14646156. OLE color: 14646156.

HSL color Cylindrical-coordinate representation of color #8C7BDF: hue angle of 250.2º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C7BDF is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 123 223 -
CMYK 0.37 0.45 0 0.13
HSL 250.2º 0.61% 0.68% -
HSV(B) 250.2º 0.45% 0.87% -
XYZ 31.22 25.07 73.01 -
YUV 139.48 175.13 128.37 -
System Red Green Blue C M Y K H S L
Decimal 140 123 223 0.37 0.45 0 0.13 250.2 0.61 0.68
Hex 8C 7B DF 25 2D 0 D FA 3D 44
Octal 214 173 337 45 55 0 15 372 75 104
Binary 10001100 1111011 11011111 100101 101101 0 1101 11111010 111101 1000100

Color Harmonies of #8C7BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7BDF

Black with #8C7BDF

Text Example


Text Example

White with #8C7BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,123,223); }

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

background-color css

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

 a { background-color: rgb(140,123,223); }

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

border-color css

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

 span { border-color: rgb(140,123,223); }

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