#9830BF

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

Shades of Dark Orchid #9830BF

Tints of Dark Orchid #9830BF

Color information

#9830BF (or 0x9830BF) is unknown color: approx Dark Orchid. HEX triplet: 98, 30 and BF. RGB value is (152,48,191). Sum of RGB (Red+Green+Blue) = 152+48+191=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #9830BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9830BF is #67CF40. Grayscale: #5E5E5E. Windows color (decimal): -6803265 or 12529816. OLE color: 12529816.

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

Color convert

RGB15248191-
CMYK0.200.7500.25
HSL283.64º59.83%46.86%-
HSV(B)283.64º74.87%74.9%-
XYZ23.4112.5550.48-
YUV95.4181.96168.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.87%
GREEN value IS 48 (19.14% from 255) = 12.28%
BLUE value IS 191 (75% from 255) = 48.85%
R=38.87%
G=12.28%
B=48.85%

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
Decimal152481910.200.7500.25283.6459.8346.86
Hex9830BF144B01911c3c2f
Octal23060277241130314347457
Binary1001100011000010111111101001001011011001100011100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9830BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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