Html Css Color HEX #8C7BDB Medium Purple

📋 copy color: '#8C7BDB'

red 140 ◦ green 123 ◦ blue 219

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

Shades of Medium Purple #8C7BDB

Tints of Medium Purple #8C7BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.44%

R = 29.05%
G = 25.52%
B = 45.44%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C7BDB (or 0x8C7BDB) is known color: Medium Purple. HEX triplet: 8C, 7B and DB. RGB value is (140,123,219). Sum of RGB (Red+Green+Blue) = 140+123+219=482 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.05% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C7BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7BDB is #738424. Grayscale: #8A8A8A. Windows color (decimal): -7570469 or 14384012. OLE color: 14384012.

HSL color Cylindrical-coordinate representation of color #8C7BDB: hue angle of 250.63º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C7BDB is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 123 219 -
CMYK 0.36 0.44 0 0.14
HSL 250.63º 0.57% 0.67% -
HSV(B) 250.63º 0.44% 0.86% -
XYZ 30.68 24.86 70.2 -
YUV 139.03 173.13 128.69 -
System Red Green Blue C M Y K H S L
Decimal 140 123 219 0.36 0.44 0 0.14 250.63 0.57 0.67
Hex 8C 7B DB 24 2C 0 E FB 39 43
Octal 214 173 333 44 54 0 16 373 71 103
Binary 10001100 1111011 11011011 100100 101100 0 1110 11111011 111001 1000011

Color Harmonies of #8C7BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7BDB

Black with #8C7BDB

Text Example


Text Example

White with #8C7BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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