#9c28be

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

Shades of Dark Orchid #9C28BE

Tints of Dark Orchid #9C28BE

Color information

#9C28BE (or 0x9C28BE) is unknown color: approx Dark Orchid. HEX triplet: 9C, 28 and BE. RGB value is (156,40,190). Sum of RGB (Red+Green+Blue) = 156+40+190=386 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.41% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C28BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C28BE is #63D741. Grayscale: #5B5B5B. Windows color (decimal): -6543170 or 12462236. OLE color: 12462236.

HSL color Cylindrical-coordinate representation of color #9C28BE: hue angle of 286.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C28BE is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15640190-
CMYK0.180.7900.25
HSL286.4º65.22%45.1%-
HSV(B)286.4º78.95%74.51%-
XYZ23.7612.349.84-
YUV91.78183.43173.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.41%
GREEN value IS 40 (16.02% from 255) = 10.36%
BLUE value IS 190 (74.61% from 255) = 49.22%
R=40.41%
G=10.36%
B=49.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156401900.180.7900.25286.465.2245.1
Hex9C28BE124F01911e412d
Octal234502762211703143610155
Binary10011100101000101111101001010011110110011000111101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c28be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,40,190); }

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

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

 a { background-color: rgb(156,40,190); }

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

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

 span { border-color: rgb(156,40,190); }

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