Html Css Color HEX #9A64DF Medium Purple

📋 copy color: '#9A64DF'

red 154 ◦ green 100 ◦ blue 223

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

Shades of Medium Purple #9A64DF

Tints of Medium Purple #9A64DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.75%

R = 32.29%
G = 20.96%
B = 46.75%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A64DF (or 0x9A64DF) is known color: Medium Purple. HEX triplet: 9A, 64 and DF. RGB value is (154,100,223). Sum of RGB (Red+Green+Blue) = 154+100+223=477 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.29% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #9A64DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A64DF is #659B20. Grayscale: #818181. Windows color (decimal): -6658849 or 14640282. OLE color: 14640282.

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

Color convert

RGB 154 100 223 -
CMYK 0.31 0.55 0 0.13
HSL 266.34º 0.66% 0.63% -
HSV(B) 266.34º 0.55% 0.87% -
XYZ 31.2 21.31 72.28 -
YUV 130.17 180.39 145 -
System Red Green Blue C M Y K H S L
Decimal 154 100 223 0.31 0.55 0 0.13 266.34 0.66 0.63
Hex 9A 64 DF 1F 37 0 D 10A 42 3F
Octal 232 144 337 37 67 0 15 412 102 77
Binary 10011010 1100100 11011111 11111 110111 0 1101 100001010 1000010 111111

Color Harmonies of #9A64DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A64DF

Black with #9A64DF

Text Example


Text Example

White with #9A64DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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