#9F30CF

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

Shades of Dark Orchid #9F30CF

Tints of Dark Orchid #9F30CF

Color information

#9F30CF (or 0x9F30CF) is unknown color: approx Dark Orchid. HEX triplet: 9F, 30 and CF. RGB value is (159,48,207). Sum of RGB (Red+Green+Blue) = 159+48+207=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F30CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F30CF is #60CF30. Grayscale: #626262. Windows color (decimal): -6344497 or 13578399. OLE color: 13578399.

HSL color Cylindrical-coordinate representation of color #9F30CF: hue angle of 281.89º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F30CF is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15948207-
CMYK0.230.7700.19
HSL281.89º62.35%50%-
HSV(B)281.89º76.81%81.18%-
XYZ26.6213.9960.33-
YUV99.32188.77170.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.41%
GREEN value IS 48 (19.14% from 255) = 11.59%
BLUE value IS 207 (81.25% from 255) = 50%
R=38.41%
G=11.59%
B=50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal159482070.230.7700.19281.8962.3550
Hex9F30CF174D01311a3e32
Octal23760317271150234327662
Binary1001111111000011001111101111001101010011100011010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F30CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F30CF; }

 p { color: rgb(159,48,207); }

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

<style>
 a { background-color: #9F30CF; }

 a { background-color: rgb(159,48,207); }

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

<style>
 span { border-color: #9F30CF; }

 span { border-color: rgb(159,48,207); }

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