#9669EA

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

Shades of Medium Purple #9669EA

Tints of Medium Purple #9669EA

Color information

#9669EA (or 0x9669EA) is unknown color: approx Medium Purple. HEX triplet: 96, 69 and EA. RGB value is (150,105,234). Sum of RGB (Red+Green+Blue) = 150+105+234=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #9669EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9669EA is #699615. Grayscale: #848484. Windows color (decimal): -6919702 or 15362454. OLE color: 15362454.

HSL color Cylindrical-coordinate representation of color #9669EA: hue angle of 260.93º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9669EA is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB150105234-
CMYK0.360.5500.08
HSL260.93º75.44%66.47%-
HSV(B)260.93º55.13%91.76%-
XYZ32.4822.5380.48-
YUV133.16184.91140.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.67%
GREEN value IS 105 (41.41% from 255) = 21.47%
BLUE value IS 234 (91.80% from 255) = 47.85%
R=30.67%
G=21.47%
B=47.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1501052340.360.5500.08260.9375.4466.47
Hex9669EA2437081054b42
Octal2261513524467010405113102
Binary100101101101001111010101001001101110100010000010110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9669EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9669EA; }

 p { color: rgb(150,105,234); }

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

<style>
 a { background-color: #9669EA; }

 a { background-color: rgb(150,105,234); }

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

<style>
 span { border-color: #9669EA; }

 span { border-color: rgb(150,105,234); }

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