Html Css Color HEX #9064EB Medium Purple

📋 copy color: '#9064EB'

red 144 ◦ green 100 ◦ blue 235

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

Shades of Medium Purple #9064EB

Tints of Medium Purple #9064EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.06%

R = 30.06%
G = 20.88%
B = 49.06%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9064EB (or 0x9064EB) is known color: Medium Purple. HEX triplet: 90, 64 and EB. RGB value is (144,100,235). Sum of RGB (Red+Green+Blue) = 144+100+235=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #9064EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9064EB is #6F9B14. Grayscale: #808080. Windows color (decimal): -7314197 or 15426704. OLE color: 15426704.

HSL color Cylindrical-coordinate representation of color #9064EB: hue angle of 259.56º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9064EB is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 144 100 235 -
CMYK 0.39 0.57 0 0.08
HSL 259.56º 0.77% 0.66% -
HSV(B) 259.56º 0.57% 0.92% -
XYZ 31.05 21.04 81.02 -
YUV 128.55 188.08 139.02 -
System Red Green Blue C M Y K H S L
Decimal 144 100 235 0.39 0.57 0 0.08 259.56 0.77 0.66
Hex 90 64 EB 27 39 0 8 104 4D 42
Octal 220 144 353 47 71 0 10 404 115 102
Binary 10010000 1100100 11101011 100111 111001 0 1000 100000100 1001101 1000010

Color Harmonies of #9064EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9064EB

Black with #9064EB

Text Example


Text Example

White with #9064EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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