#9730BF

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

Shades of Dark Orchid #9730BF

Tints of Dark Orchid #9730BF

Color information

#9730BF (or 0x9730BF) is unknown color: approx Dark Orchid. HEX triplet: 97, 30 and BF. RGB value is (151,48,191). Sum of RGB (Red+Green+Blue) = 151+48+191=390 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.72% from 390); Green value is 48 (19.14% from 255 or 12.31% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #9730BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9730BF is #68CF40. Grayscale: #5E5E5E. Windows color (decimal): -6868801 or 12529815. OLE color: 12529815.

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

Color convert

RGB15148191-
CMYK0.210.7500.25
HSL283.22º59.83%46.86%-
HSV(B)283.22º74.87%74.9%-
XYZ23.2212.4550.47-
YUV95.1182.12167.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.72%
GREEN value IS 48 (19.14% from 255) = 12.31%
BLUE value IS 191 (75% from 255) = 48.97%
R=38.72%
G=12.31%
B=48.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151481910.210.7500.25283.2259.8346.86
Hex9730BF154B01911b3c2f
Octal22760277251130314337457
Binary1001011111000010111111101011001011011001100011011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9730BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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