Html Css Color HEX #8964DE Medium Purple

📋 copy color: '#8964DE'

red 137 ◦ green 100 ◦ blue 222

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

Shades of Medium Purple #8964DE

Tints of Medium Purple #8964DE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.79%

 BLUE value IS 222 (87.11% from 255) = 48.37%

R = 29.85%
G = 21.79%
B = 48.37%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8964DE (or 0x8964DE) is known color: Medium Purple. HEX triplet: 89, 64 and DE. RGB value is (137,100,222). Sum of RGB (Red+Green+Blue) = 137+100+222=459 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.85% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #8964DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8964DE is #769B21. Grayscale: #7C7C7C. Windows color (decimal): -7772962 or 14574729. OLE color: 14574729.

HSL color Cylindrical-coordinate representation of color #8964DE: hue angle of 258.2º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8964DE is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 100 222 -
CMYK 0.38 0.55 0 0.13
HSL 258.2º 0.65% 0.63% -
HSV(B) 258.2º 0.55% 0.87% -
XYZ 28.06 19.71 71.43 -
YUV 124.97 182.76 136.58 -
System Red Green Blue C M Y K H S L
Decimal 137 100 222 0.38 0.55 0 0.13 258.2 0.65 0.63
Hex 89 64 DE 26 37 0 D 102 41 3F
Octal 211 144 336 46 67 0 15 402 101 77
Binary 10001001 1100100 11011110 100110 110111 0 1101 100000010 1000001 111111

Color Harmonies of #8964DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8964DE

Black with #8964DE

Text Example


Text Example

White with #8964DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8964DE; }

 p { color: rgb(137,100,222); }

 H1.HeaderClassName
 {
   color: #8964DE;
 }
 .AnyTagClassName
 {
   color: #8964DE;
 }
</style>

background-color css

<style>
 a { background-color: #8964DE; }

 a { background-color: rgb(137,100,222); }

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

border-color css

<style>
 span { border-color: #8964DE; }

 span { border-color: rgb(137,100,222); }

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