#9928C1

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

Shades of Dark Orchid #9928C1

Tints of Dark Orchid #9928C1

Color information

#9928C1 (or 0x9928C1) is unknown color: approx Dark Orchid. HEX triplet: 99, 28 and C1. RGB value is (153,40,193). Sum of RGB (Red+Green+Blue) = 153+40+193=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 193 (75.78% from 255 or 50% from 386); Max value from RGB is 193 - color contains mainly: blue. Hex color #9928C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9928C1 is #66D73E. Grayscale: #5A5A5A. Windows color (decimal): -6739775 or 12658841. OLE color: 12658841.

HSL color Cylindrical-coordinate representation of color #9928C1: hue angle of 284.31º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9928C1 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15340193-
CMYK0.210.7900.24
HSL284.31º65.67%45.69%-
HSV(B)284.31º79.27%75.69%-
XYZ23.5212.1451.56-
YUV91.23185.44172.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.64%
GREEN value IS 40 (16.02% from 255) = 10.36%
BLUE value IS 193 (75.78% from 255) = 50%
R=39.64%
G=10.36%
B=50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal153401930.210.7900.24284.3165.6745.69
Hex9928C1154F01811c422e
Octal231503012511703043410256
Binary10011001101000110000011010110011110110001000111001000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9928C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9928C1; }

 p { color: rgb(153,40,193); }

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

<style>
 a { background-color: #9928C1; }

 a { background-color: rgb(153,40,193); }

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

<style>
 span { border-color: #9928C1; }

 span { border-color: rgb(153,40,193); }

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