#9930BF

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

Shades of Dark Orchid #9930BF

Tints of Dark Orchid #9930BF

Color information

#9930BF (or 0x9930BF) is unknown color: approx Dark Orchid. HEX triplet: 99, 30 and BF. RGB value is (153,48,191). Sum of RGB (Red+Green+Blue) = 153+48+191=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 48 (19.14% from 255 or 12.24% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #9930BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9930BF is #66CF40. Grayscale: #5F5F5F. Windows color (decimal): -6737729 or 12529817. OLE color: 12529817.

HSL color Cylindrical-coordinate representation of color #9930BF: hue angle of 284.06º 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 #9930BF is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15348191-
CMYK0.200.7500.25
HSL284.06º59.83%46.86%-
HSV(B)284.06º74.87%74.9%-
XYZ23.612.6550.49-
YUV95.7181.79168.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.03%
GREEN value IS 48 (19.14% from 255) = 12.24%
BLUE value IS 191 (75% from 255) = 48.72%
R=39.03%
G=12.24%
B=48.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153481910.200.7500.25284.0659.8346.86
Hex9930BF144B01911c3c2f
Octal23160277241130314347457
Binary1001100111000010111111101001001011011001100011100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9930BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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