#9930BE

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

Shades of Dark Orchid #9930BE

Tints of Dark Orchid #9930BE

Color information

#9930BE (or 0x9930BE) is unknown color: approx Dark Orchid. HEX triplet: 99, 30 and BE. RGB value is (153,48,190). Sum of RGB (Red+Green+Blue) = 153+48+190=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #9930BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9930BE is #66CF41. Grayscale: #5F5F5F. Windows color (decimal): -6737730 or 12464281. OLE color: 12464281.

HSL color Cylindrical-coordinate representation of color #9930BE: hue angle of 284.37º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9930BE is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15348190-
CMYK0.190.7500.25
HSL284.37º59.66%46.67%-
HSV(B)284.37º74.74%74.51%-
XYZ23.4912.649.91-
YUV95.58181.29168.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.13%
GREEN value IS 48 (19.14% from 255) = 12.28%
BLUE value IS 190 (74.61% from 255) = 48.59%
R=39.13%
G=12.28%
B=48.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153481900.190.7500.25284.3759.6646.67
Hex9930BE134B01911c3c2f
Octal23160276231130314347457
Binary1001100111000010111110100111001011011001100011100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9930BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9930BE; }

 p { color: rgb(153,48,190); }

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

<style>
 a { background-color: #9930BE; }

 a { background-color: rgb(153,48,190); }

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

<style>
 span { border-color: #9930BE; }

 span { border-color: rgb(153,48,190); }

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