#9830B3

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

Shades of Dark Orchid #9830B3

Tints of Dark Orchid #9830B3

Color information

#9830B3 (or 0x9830B3) is unknown color: approx Dark Orchid. HEX triplet: 98, 30 and B3. RGB value is (152,48,179). Sum of RGB (Red+Green+Blue) = 152+48+179=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 179 (70.31% from 255 or 47.23% from 379); Max value from RGB is 179 - color contains mainly: blue. Hex color #9830B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9830B3 is #67CF4C. Grayscale: #5D5D5D. Windows color (decimal): -6803277 or 11743384. OLE color: 11743384.

HSL color Cylindrical-coordinate representation of color #9830B3: hue angle of 287.63º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9830B3 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15248179-
CMYK0.150.7300.30
HSL287.63º57.71%44.51%-
HSV(B)287.63º73.18%70.2%-
XYZ22.1412.0443.81-
YUV94.03175.96169.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.11%
GREEN value IS 48 (19.14% from 255) = 12.66%
BLUE value IS 179 (70.31% from 255) = 47.23%
R=40.11%
G=12.66%
B=47.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal152481790.150.7300.30287.6357.7144.51
Hex9830B3F4901E1203a2d
Octal23060263171110364407255
Binary100110001100001011001111111001001011110100100000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9830B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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