Html Css Color HEX #9264EF Medium Purple

📋 copy color: '#9264EF'

red 146 ◦ green 100 ◦ blue 239

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

Shades of Medium Purple #9264EF

Tints of Medium Purple #9264EF

RGB

 RED value IS 146 (57.42% from 255) = 30.1%

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

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

R = 30.1%
G = 20.62%
B = 49.28%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9264EF (or 0x9264EF) is known color: Medium Purple. HEX triplet: 92, 64 and EF. RGB value is (146,100,239). Sum of RGB (Red+Green+Blue) = 146+100+239=485 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.10% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #9264EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9264EF is #6D9B10. Grayscale: #818181. Windows color (decimal): -7183121 or 15688850. OLE color: 15688850.

HSL color Cylindrical-coordinate representation of color #9264EF: hue angle of 259.86º 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 #9264EF is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 146 100 239 -
CMYK 0.39 0.58 0 0.06
HSL 259.86º 0.81% 0.66% -
HSV(B) 259.86º 0.58% 0.94% -
XYZ 31.99 21.46 84.12 -
YUV 129.6 189.74 139.7 -
System Red Green Blue C M Y K H S L
Decimal 146 100 239 0.39 0.58 0 0.06 259.86 0.81 0.66
Hex 92 64 EF 27 3A 0 6 104 51 42
Octal 222 144 357 47 72 0 6 404 121 102
Binary 10010010 1100100 11101111 100111 111010 0 110 100000100 1010001 1000010

Color Harmonies of #9264EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9264EF

Black with #9264EF

Text Example


Text Example

White with #9264EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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