Html Css Color HEX #9A64DD Medium Purple

📋 copy color: '#9A64DD'

red 154 ◦ green 100 ◦ blue 221

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

Shades of Medium Purple #9A64DD

Tints of Medium Purple #9A64DD

RGB

 RED value IS 154 (60.55% from 255) = 32.42%

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

 BLUE value IS 221 (86.72% from 255) = 46.53%

R = 32.42%
G = 21.05%
B = 46.53%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A64DD (or 0x9A64DD) is known color: Medium Purple. HEX triplet: 9A, 64 and DD. RGB value is (154,100,221). Sum of RGB (Red+Green+Blue) = 154+100+221=475 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.42% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A64DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A64DD is #659B22. Grayscale: #818181. Windows color (decimal): -6658851 or 14509210. OLE color: 14509210.

HSL color Cylindrical-coordinate representation of color #9A64DD: hue angle of 266.78º degrees, saturation: 0.64, 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 #9A64DD is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 100 221 -
CMYK 0.30 0.55 0 0.13
HSL 266.78º 0.64% 0.63% -
HSV(B) 266.78º 0.55% 0.87% -
XYZ 30.93 21.2 70.87 -
YUV 129.94 179.39 145.16 -
System Red Green Blue C M Y K H S L
Decimal 154 100 221 0.30 0.55 0 0.13 266.78 0.64 0.63
Hex 9A 64 DD 1E 37 0 D 10B 40 3F
Octal 232 144 335 36 67 0 15 413 100 77
Binary 10011010 1100100 11011101 11110 110111 0 1101 100001011 1000000 111111

Color Harmonies of #9A64DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A64DD

Black with #9A64DD

Text Example


Text Example

White with #9A64DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A64DD; }

 p { color: rgb(154,100,221); }

 H1.HeaderClassName
 {
   color: #9A64DD;
 }
 .AnyTagClassName
 {
   color: #9A64DD;
 }
</style>

background-color css

<style>
 a { background-color: #9A64DD; }

 a { background-color: rgb(154,100,221); }

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

border-color css

<style>
 span { border-color: #9A64DD; }

 span { border-color: rgb(154,100,221); }

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