Html Css Color HEX #8968DA Medium Purple

📋 copy color: '#8968DA'

red 137 ◦ green 104 ◦ blue 218

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

Shades of Medium Purple #8968DA

Tints of Medium Purple #8968DA

RGB

 RED value IS 137 (53.91% from 255) = 29.85%

 GREEN value IS 104 (41.02% from 255) = 22.66%

 BLUE value IS 218 (85.55% from 255) = 47.49%

R = 29.85%
G = 22.66%
B = 47.49%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8968DA (or 0x8968DA) is known color: Medium Purple. HEX triplet: 89, 68 and DA. RGB value is (137,104,218). Sum of RGB (Red+Green+Blue) = 137+104+218=459 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.85% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #8968DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8968DA is #769725. Grayscale: #7E7E7E. Windows color (decimal): -7771942 or 14313609. OLE color: 14313609.

HSL color Cylindrical-coordinate representation of color #8968DA: hue angle of 257.37º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8968DA is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 137 104 218 -
CMYK 0.37 0.52 0 0.15
HSL 257.37º 0.61% 0.63% -
HSV(B) 257.37º 0.52% 0.85% -
XYZ 27.92 20.28 68.77 -
YUV 126.86 179.43 135.23 -
System Red Green Blue C M Y K H S L
Decimal 137 104 218 0.37 0.52 0 0.15 257.37 0.61 0.63
Hex 89 68 DA 25 34 0 F 101 3D 3F
Octal 211 150 332 45 64 0 17 401 75 77
Binary 10001001 1101000 11011010 100101 110100 0 1111 100000001 111101 111111

Color Harmonies of #8968DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8968DA

Black with #8968DA

Text Example


Text Example

White with #8968DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8968DA; }

 p { color: rgb(137,104,218); }

 H1.HeaderClassName
 {
   color: #8968DA;
 }
 .AnyTagClassName
 {
   color: #8968DA;
 }
</style>

background-color css

<style>
 a { background-color: #8968DA; }

 a { background-color: rgb(137,104,218); }

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

border-color css

<style>
 span { border-color: #8968DA; }

 span { border-color: rgb(137,104,218); }

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