Html Css Color HEX #8A6BDB Medium Purple

📋 copy color: '#8A6BDB'

red 138 ◦ green 107 ◦ blue 219

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

Shades of Medium Purple #8A6BDB

Tints of Medium Purple #8A6BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.06%

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

R = 29.74%
G = 23.06%
B = 47.2%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A6BDB (or 0x8A6BDB) is known color: Medium Purple. HEX triplet: 8A, 6B and DB. RGB value is (138,107,219). Sum of RGB (Red+Green+Blue) = 138+107+219=464 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.74% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A6BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6BDB is #759424. Grayscale: #808080. Windows color (decimal): -7705637 or 14379914. OLE color: 14379914.

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

Color convert

RGB 138 107 219 -
CMYK 0.37 0.51 0 0.14
HSL 256.61º 0.61% 0.64% -
HSV(B) 256.61º 0.51% 0.86% -
XYZ 28.53 21.03 69.57 -
YUV 129.04 178.77 134.39 -
System Red Green Blue C M Y K H S L
Decimal 138 107 219 0.37 0.51 0 0.14 256.61 0.61 0.64
Hex 8A 6B DB 25 33 0 E 101 3D 40
Octal 212 153 333 45 63 0 16 401 75 100
Binary 10001010 1101011 11011011 100101 110011 0 1110 100000001 111101 1000000

Color Harmonies of #8A6BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6BDB

Black with #8A6BDB

Text Example


Text Example

White with #8A6BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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