Html Css Color HEX #8A67DB Medium Purple

📋 copy color: '#8A67DB'

red 138 ◦ green 103 ◦ blue 219

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

Shades of Medium Purple #8A67DB

Tints of Medium Purple #8A67DB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.39%

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

R = 30%
G = 22.39%
B = 47.61%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A67DB (or 0x8A67DB) is known color: Medium Purple. HEX triplet: 8A, 67 and DB. RGB value is (138,103,219). Sum of RGB (Red+Green+Blue) = 138+103+219=460 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30% from 460); Green value is 103 (40.62% from 255 or 22.39% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A67DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A67DB is #759824. Grayscale: #7E7E7E. Windows color (decimal): -7706661 or 14378890. OLE color: 14378890.

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

Color convert

RGB 138 103 219 -
CMYK 0.37 0.53 0 0.14
HSL 258.1º 0.62% 0.63% -
HSV(B) 258.1º 0.53% 0.86% -
XYZ 28.12 20.22 69.44 -
YUV 126.69 180.1 136.07 -
System Red Green Blue C M Y K H S L
Decimal 138 103 219 0.37 0.53 0 0.14 258.1 0.62 0.63
Hex 8A 67 DB 25 35 0 E 102 3E 3F
Octal 212 147 333 45 65 0 16 402 76 77
Binary 10001010 1100111 11011011 100101 110101 0 1110 100000010 111110 111111

Color Harmonies of #8A67DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A67DB

Black with #8A67DB

Text Example


Text Example

White with #8A67DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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