#9675F2

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

Shades of Medium Purple #9675F2

Tints of Medium Purple #9675F2

Color information

#9675F2 (or 0x9675F2) is unknown color: approx Medium Purple. HEX triplet: 96, 75 and F2. RGB value is (150,117,242). Sum of RGB (Red+Green+Blue) = 150+117+242=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #9675F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9675F2 is #698A0D. Grayscale: #8C8C8C. Windows color (decimal): -6916622 or 15889814. OLE color: 15889814.

HSL color Cylindrical-coordinate representation of color #9675F2: hue angle of 255.84º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9675F2 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB150117242-
CMYK0.380.5200.05
HSL255.84º82.78%70.39%-
HSV(B)255.84º51.65%94.9%-
XYZ34.9725.6287.11-
YUV141.12184.93134.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.47%
GREEN value IS 117 (46.09% from 255) = 22.99%
BLUE value IS 242 (94.92% from 255) = 47.54%
R=29.47%
G=22.99%
B=47.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1501172420.380.5200.05255.8482.7870.39
Hex9675F22634051005346
Octal226165362466405400123106
Binary10010110111010111110010100110110100010110000000010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9675F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9675F2; }

 p { color: rgb(150,117,242); }

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

<style>
 a { background-color: #9675F2; }

 a { background-color: rgb(150,117,242); }

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

<style>
 span { border-color: #9675F2; }

 span { border-color: rgb(150,117,242); }

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