Html Css Color HEX #8A7CDB Medium Purple

📋 copy color: '#8A7CDB'

red 138 ◦ green 124 ◦ blue 219

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

Shades of Medium Purple #8A7CDB

Tints of Medium Purple #8A7CDB

RGB

 RED value IS 138 (54.3% from 255) = 28.69%

 GREEN value IS 124 (48.83% from 255) = 25.78%

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

R = 28.69%
G = 25.78%
B = 45.53%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A7CDB (or 0x8A7CDB) is known color: Medium Purple. HEX triplet: 8A, 7C and DB. RGB value is (138,124,219). Sum of RGB (Red+Green+Blue) = 138+124+219=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A7CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7CDB is #758324. Grayscale: #8A8A8A. Windows color (decimal): -7701285 or 14384266. OLE color: 14384266.

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

Color convert

RGB 138 124 219 -
CMYK 0.37 0.43 0 0.14
HSL 248.84º 0.57% 0.67% -
HSV(B) 248.84º 0.43% 0.86% -
XYZ 30.48 24.93 70.22 -
YUV 139.02 173.14 127.28 -
System Red Green Blue C M Y K H S L
Decimal 138 124 219 0.37 0.43 0 0.14 248.84 0.57 0.67
Hex 8A 7C DB 25 2B 0 E F9 39 43
Octal 212 174 333 45 53 0 16 371 71 103
Binary 10001010 1111100 11011011 100101 101011 0 1110 11111001 111001 1000011

Color Harmonies of #8A7CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7CDB

Black with #8A7CDB

Text Example


Text Example

White with #8A7CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,124,219); }

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

background-color css

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

 a { background-color: rgb(138,124,219); }

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

border-color css

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

 span { border-color: rgb(138,124,219); }

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