#9C67F0

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

Shades of Medium Purple #9C67F0

Tints of Medium Purple #9C67F0

Color information

#9C67F0 (or 0x9C67F0) is unknown color: approx Medium Purple. HEX triplet: 9C, 67 and F0. RGB value is (156,103,240). Sum of RGB (Red+Green+Blue) = 156+103+240=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 103 (40.62% from 255 or 20.64% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 240 - color contains mainly: blue. Hex color #9C67F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C67F0 is #63980F. Grayscale: #858585. Windows color (decimal): -6526992 or 15755164. OLE color: 15755164.

HSL color Cylindrical-coordinate representation of color #9C67F0: hue angle of 263.21º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C67F0 is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB156103240-
CMYK0.350.5700.06
HSL263.21º82.04%67.25%-
HSV(B)263.21º57.08%94.12%-
XYZ34.2923.0685.08-
YUV134.46187.56143.36-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.26%
GREEN value IS 103 (40.62% from 255) = 20.64%
BLUE value IS 240 (94.14% from 255) = 48.10%
R=31.26%
G=20.64%
B=48.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1561032400.350.5700.06263.2182.0467.25
Hex9C67F02339061075243
Octal234147360437106407122103
Binary10011100110011111110000100011111001011010000011110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C67F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C67F0; }

 p { color: rgb(156,103,240); }

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

<style>
 a { background-color: #9C67F0; }

 a { background-color: rgb(156,103,240); }

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

<style>
 span { border-color: #9C67F0; }

 span { border-color: rgb(156,103,240); }

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