Html Css Color HEX #9264D6 Medium Purple

📋 copy color: '#9264D6'

red 146 ◦ green 100 ◦ blue 214

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

Shades of Medium Purple #9264D6

Tints of Medium Purple #9264D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 46.52%

R = 31.74%
G = 21.74%
B = 46.52%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9264D6 (or 0x9264D6) is known color: Medium Purple. HEX triplet: 92, 64 and D6. RGB value is (146,100,214). Sum of RGB (Red+Green+Blue) = 146+100+214=460 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.74% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 214 (83.98% from 255 or 46.52% from 460); Max value from RGB is 214 - color contains mainly: blue. Hex color #9264D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9264D6 is #6D9B29. Grayscale: #7E7E7E. Windows color (decimal): -7183146 or 14050450. OLE color: 14050450.

HSL color Cylindrical-coordinate representation of color #9264D6: hue angle of 264.21º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9264D6 is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 146 100 214 -
CMYK 0.32 0.53 0 0.16
HSL 264.21º 0.58% 0.62% -
HSV(B) 264.21º 0.53% 0.84% -
XYZ 28.55 20.08 65.99 -
YUV 126.75 177.24 141.73 -
System Red Green Blue C M Y K H S L
Decimal 146 100 214 0.32 0.53 0 0.16 264.21 0.58 0.62
Hex 92 64 D6 20 35 0 10 108 3A 3E
Octal 222 144 326 40 65 0 20 410 72 76
Binary 10010010 1100100 11010110 100000 110101 0 10000 100001000 111010 111110

Color Harmonies of #9264D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9264D6

Black with #9264D6

Text Example


Text Example

White with #9264D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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