Html Css Color HEX #9464EC Medium Purple

📋 copy color: '#9464EC'

red 148 ◦ green 100 ◦ blue 236

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

Shades of Medium Purple #9464EC

Tints of Medium Purple #9464EC

RGB

 RED value IS 148 (58.2% from 255) = 30.58%

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

 BLUE value IS 236 (92.58% from 255) = 48.76%

R = 30.58%
G = 20.66%
B = 48.76%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9464EC (or 0x9464EC) is known color: Medium Purple. HEX triplet: 94, 64 and EC. RGB value is (148,100,236). Sum of RGB (Red+Green+Blue) = 148+100+236=484 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.58% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #9464EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9464EC is #6B9B13. Grayscale: #818181. Windows color (decimal): -7052052 or 15492244. OLE color: 15492244.

HSL color Cylindrical-coordinate representation of color #9464EC: hue angle of 261.18º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9464EC is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 100 236 -
CMYK 0.37 0.58 0 0.07
HSL 261.18º 0.78% 0.66% -
HSV(B) 261.18º 0.58% 0.93% -
XYZ 31.91 21.47 81.82 -
YUV 129.86 187.9 140.94 -
System Red Green Blue C M Y K H S L
Decimal 148 100 236 0.37 0.58 0 0.07 261.18 0.78 0.66
Hex 94 64 EC 25 3A 0 7 105 4E 42
Octal 224 144 354 45 72 0 7 405 116 102
Binary 10010100 1100100 11101100 100101 111010 0 111 100000101 1001110 1000010

Color Harmonies of #9464EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9464EC

Black with #9464EC

Text Example


Text Example

White with #9464EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9464EC; }

 p { color: rgb(148,100,236); }

 H1.HeaderClassName
 {
   color: #9464EC;
 }
 .AnyTagClassName
 {
   color: #9464EC;
 }
</style>

background-color css

<style>
 a { background-color: #9464EC; }

 a { background-color: rgb(148,100,236); }

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

border-color css

<style>
 span { border-color: #9464EC; }

 span { border-color: rgb(148,100,236); }

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