Html Css Color HEX #9A64EA Medium Purple

📋 copy color: '#9A64EA'

red 154 ◦ green 100 ◦ blue 234

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

Shades of Medium Purple #9A64EA

Tints of Medium Purple #9A64EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.95%

R = 31.56%
G = 20.49%
B = 47.95%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9A64EA (or 0x9A64EA) is known color: Medium Purple. HEX triplet: 9A, 64 and EA. RGB value is (154,100,234). Sum of RGB (Red+Green+Blue) = 154+100+234=488 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.56% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A64EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A64EA is #659B15. Grayscale: #828282. Windows color (decimal): -6658838 or 15361178. OLE color: 15361178.

HSL color Cylindrical-coordinate representation of color #9A64EA: hue angle of 264.18º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9A64EA is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 154 100 234 -
CMYK 0.34 0.57 0 0.08
HSL 264.18º 0.76% 0.65% -
HSV(B) 264.18º 0.57% 0.92% -
XYZ 32.73 21.92 80.35 -
YUV 131.42 185.89 144.1 -
System Red Green Blue C M Y K H S L
Decimal 154 100 234 0.34 0.57 0 0.08 264.18 0.76 0.65
Hex 9A 64 EA 22 39 0 8 108 4C 41
Octal 232 144 352 42 71 0 10 410 114 101
Binary 10011010 1100100 11101010 100010 111001 0 1000 100001000 1001100 1000001

Color Harmonies of #9A64EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A64EA

Black with #9A64EA

Text Example


Text Example

White with #9A64EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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