Html Css Color HEX #9064EF Medium Purple

📋 copy color: '#9064EF'

red 144 ◦ green 100 ◦ blue 239

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

Shades of Medium Purple #9064EF

Tints of Medium Purple #9064EF

RGB

 RED value IS 144 (56.64% from 255) = 29.81%

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

 BLUE value IS 239 (93.75% from 255) = 49.48%

R = 29.81%
G = 20.7%
B = 49.48%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9064EF (or 0x9064EF) is known color: Medium Purple. HEX triplet: 90, 64 and EF. RGB value is (144,100,239). Sum of RGB (Red+Green+Blue) = 144+100+239=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #9064EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9064EF is #6F9B10. Grayscale: #808080. Windows color (decimal): -7314193 or 15688848. OLE color: 15688848.

HSL color Cylindrical-coordinate representation of color #9064EF: hue angle of 258.99º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9064EF is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 100 239 -
CMYK 0.40 0.58 0 0.06
HSL 258.99º 0.81% 0.66% -
HSV(B) 258.99º 0.58% 0.94% -
XYZ 31.64 21.28 84.1 -
YUV 129 190.08 138.7 -
System Red Green Blue C M Y K H S L
Decimal 144 100 239 0.40 0.58 0 0.06 258.99 0.81 0.66
Hex 90 64 EF 28 3A 0 6 103 51 42
Octal 220 144 357 50 72 0 6 403 121 102
Binary 10010000 1100100 11101111 101000 111010 0 110 100000011 1010001 1000010

Color Harmonies of #9064EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9064EF

Black with #9064EF

Text Example


Text Example

White with #9064EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9064EF; }

 p { color: rgb(144,100,239); }

 H1.HeaderClassName
 {
   color: #9064EF;
 }
 .AnyTagClassName
 {
   color: #9064EF;
 }
</style>

background-color css

<style>
 a { background-color: #9064EF; }

 a { background-color: rgb(144,100,239); }

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

border-color css

<style>
 span { border-color: #9064EF; }

 span { border-color: rgb(144,100,239); }

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