Html Css Color HEX #9264DB Medium Purple

📋 copy color: '#9264DB'

red 146 ◦ green 100 ◦ blue 219

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

Shades of Medium Purple #9264DB

Tints of Medium Purple #9264DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.1%

R = 31.4%
G = 21.51%
B = 47.1%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9264DB (or 0x9264DB) is known color: Medium Purple. HEX triplet: 92, 64 and DB. RGB value is (146,100,219). Sum of RGB (Red+Green+Blue) = 146+100+219=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #9264DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9264DB is #6D9B24. Grayscale: #7E7E7E. Windows color (decimal): -7183141 or 14378130. OLE color: 14378130.

HSL color Cylindrical-coordinate representation of color #9264DB: hue angle of 263.19º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9264DB is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 100 219 -
CMYK 0.33 0.54 0 0.14
HSL 263.19º 0.62% 0.63% -
HSV(B) 263.19º 0.54% 0.86% -
XYZ 29.2 20.34 69.4 -
YUV 127.32 179.74 141.32 -
System Red Green Blue C M Y K H S L
Decimal 146 100 219 0.33 0.54 0 0.14 263.19 0.62 0.63
Hex 92 64 DB 21 36 0 E 107 3E 3F
Octal 222 144 333 41 66 0 16 407 76 77
Binary 10010010 1100100 11011011 100001 110110 0 1110 100000111 111110 111111

Color Harmonies of #9264DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9264DB

Black with #9264DB

Text Example


Text Example

White with #9264DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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