#9062D6

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

Shades of Medium Purple #9062D6

Tints of Medium Purple #9062D6

Color information

#9062D6 (or 0x9062D6) is unknown color: approx Medium Purple. HEX triplet: 90, 62 and D6. RGB value is (144,98,214). Sum of RGB (Red+Green+Blue) = 144+98+214=456 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.58% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 214 - color contains mainly: blue. Hex color #9062D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9062D6 is #6F9D29. Grayscale: #7C7C7C. Windows color (decimal): -7314730 or 14049936. OLE color: 14049936.

HSL color Cylindrical-coordinate representation of color #9062D6: hue angle of 263.79º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9062D6 is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14498214-
CMYK0.330.5400.16
HSL263.79º58.59%61.18%-
HSV(B)263.79º54.21%83.92%-
XYZ28.0119.5265.91-
YUV124.98178.24141.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.58%
GREEN value IS 98 (38.67% from 255) = 21.49%
BLUE value IS 214 (83.98% from 255) = 46.93%
R=31.58%
G=21.49%
B=46.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal144982140.330.5400.16263.7958.5961.18
Hex9062D621360101083b3d
Octal22014232641660204107375
Binary10010000110001011010110100001110110010000100001000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9062D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,98,214); }

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

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

 a { background-color: rgb(144,98,214); }

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

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

 span { border-color: rgb(144,98,214); }

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