Html Css Color HEX #8A74DB Medium Purple

📋 copy color: '#8A74DB'

red 138 ◦ green 116 ◦ blue 219

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

Shades of Medium Purple #8A74DB

Tints of Medium Purple #8A74DB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.52%

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

R = 29.18%
G = 24.52%
B = 46.3%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A74DB (or 0x8A74DB) is known color: Medium Purple. HEX triplet: 8A, 74 and DB. RGB value is (138,116,219). Sum of RGB (Red+Green+Blue) = 138+116+219=473 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.18% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A74DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A74DB is #758B24. Grayscale: #858585. Windows color (decimal): -7703333 or 14382218. OLE color: 14382218.

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

Color convert

RGB 138 116 219 -
CMYK 0.37 0.47 0 0.14
HSL 252.82º 0.59% 0.66% -
HSV(B) 252.82º 0.47% 0.86% -
XYZ 29.51 23.01 69.9 -
YUV 134.32 175.79 130.62 -
System Red Green Blue C M Y K H S L
Decimal 138 116 219 0.37 0.47 0 0.14 252.82 0.59 0.66
Hex 8A 74 DB 25 2F 0 E FD 3B 42
Octal 212 164 333 45 57 0 16 375 73 102
Binary 10001010 1110100 11011011 100101 101111 0 1110 11111101 111011 1000010

Color Harmonies of #8A74DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A74DB

Black with #8A74DB

Text Example


Text Example

White with #8A74DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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