#9265DD

Color #9265DD Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9265DD

Tints of Medium Purple #9265DD

Color information

#9265DD (or 0x9265DD) is unknown color: approx Medium Purple. HEX triplet: 92, 65 and DD. RGB value is (146,101,221). Sum of RGB (Red+Green+Blue) = 146+101+221=468 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.20% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #9265DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9265DD is #6D9A22. Grayscale: #7F7F7F. Windows color (decimal): -7182883 or 14509458. OLE color: 14509458.

HSL color Cylindrical-coordinate representation of color #9265DD: hue angle of 262.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9265DD is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB146101221-
CMYK0.340.5400.13
HSL262.5º63.83%63.14%-
HSV(B)262.5º54.3%86.67%-
XYZ29.5620.6470.83-
YUV128.14180.41140.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.20%
GREEN value IS 101 (39.84% from 255) = 21.58%
BLUE value IS 221 (86.72% from 255) = 47.22%
R=31.20%
G=21.58%
B=47.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1461012210.340.5400.13262.563.8363.14
Hex9265DD22360D106403f
Octal222145335426601540610077
Binary10010010110010111011101100010110110011011000001101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9265DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9265DD; }

 p { color: rgb(146,101,221); }

 H1.HeaderClassName
 {
   color: #9265DD;
 }
 .AnyTagClassName
 {
   color: #9265DD;
 }
</style>
background-color css

<style>
 a { background-color: #9265DD; }

 a { background-color: rgb(146,101,221); }

 div.DivClassName
 {
   background-color: #9265DD;
 }
 .BgClassName
 {
   background-color: #9265DD;
 }
</style>
border-color css

<style>
 span { border-color: #9265DD; }

 span { border-color: rgb(146,101,221); }

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