Html Css Color HEX #8A7BDB Medium Purple

📋 copy color: '#8A7BDB'

red 138 ◦ green 123 ◦ blue 219

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

Shades of Medium Purple #8A7BDB

Tints of Medium Purple #8A7BDB

RGB

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

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

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

R = 28.75%
G = 25.63%
B = 45.63%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A7BDB (or 0x8A7BDB) is known color: Medium Purple. HEX triplet: 8A, 7B and DB. RGB value is (138,123,219). Sum of RGB (Red+Green+Blue) = 138+123+219=480 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.75% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A7BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7BDB is #758424. Grayscale: #8A8A8A. Windows color (decimal): -7701541 or 14384010. OLE color: 14384010.

HSL color Cylindrical-coordinate representation of color #8A7BDB: hue angle of 249.38º 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 #8A7BDB is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 123 219 -
CMYK 0.37 0.44 0 0.14
HSL 249.38º 0.57% 0.67% -
HSV(B) 249.38º 0.44% 0.86% -
XYZ 30.35 24.68 70.18 -
YUV 138.43 173.47 127.69 -
System Red Green Blue C M Y K H S L
Decimal 138 123 219 0.37 0.44 0 0.14 249.38 0.57 0.67
Hex 8A 7B DB 25 2C 0 E F9 39 43
Octal 212 173 333 45 54 0 16 371 71 103
Binary 10001010 1111011 11011011 100101 101100 0 1110 11111001 111001 1000011

Color Harmonies of #8A7BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7BDB

Black with #8A7BDB

Text Example


Text Example

White with #8A7BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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