#9C268F

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

Shades of Dark Purple #9C268F

Tints of Dark Purple #9C268F

Color information

#9C268F (or 0x9C268F) is unknown color: approx Dark Purple. HEX triplet: 9C, 26 and 8F. RGB value is (156,38,143). Sum of RGB (Red+Green+Blue) = 156+38+143=337 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.29% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 156 - color contains mainly: red. Hex color #9C268F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C268F is #63D970. Grayscale: #545454. Windows color (decimal): -6543729 or 9381532. OLE color: 9381532.

HSL color Cylindrical-coordinate representation of color #9C268F: hue angle of 306.61º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C268F is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB15638143-
CMYK00.760.080.39
HSL306.61º60.82%38.04%-
HSV(B)306.61º75.64%61.18%-
XYZ19.3610.4426.98-
YUV85.25160.59178.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.29%
GREEN value IS 38 (15.23% from 255) = 11.28%
BLUE value IS 143 (56.25% from 255) = 42.43%
R=46.29%
G=11.28%
B=42.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1563814300.760.080.39306.6160.8238.04
Hex9C268F04C8271333d26
Octal23446217011410474637546
Binary1001110010011010001111010011001000100111100110011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C268F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,38,143); }

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

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

 a { background-color: rgb(156,38,143); }

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

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

 span { border-color: rgb(156,38,143); }

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