#9618B0

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

Shades of Dark Orchid #9618B0

Tints of Dark Orchid #9618B0

Color information

#9618B0 (or 0x9618B0) is unknown color: approx Dark Orchid. HEX triplet: 96, 18 and B0. RGB value is (150,24,176). Sum of RGB (Red+Green+Blue) = 150+24+176=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 176 (69.14% from 255 or 50.29% from 350); Max value from RGB is 176 - color contains mainly: blue. Hex color #9618B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9618B0 is #69E74F. Grayscale: #4E4E4E. Windows color (decimal): -6940496 or 11540630. OLE color: 11540630.

HSL color Cylindrical-coordinate representation of color #9618B0: hue angle of 289.74º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9618B0 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15024176-
CMYK0.150.8600.31
HSL289.74º76%39.22%-
HSV(B)289.74º86.36%69.02%-
XYZ20.7410.2741.96-
YUV79182.74178.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.86%
GREEN value IS 24 (9.77% from 255) = 6.86%
BLUE value IS 176 (69.14% from 255) = 50.29%
R=42.86%
G=6.86%
B=50.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal150241760.150.8600.31289.747639.22
Hex9618B0F5601F1224c27
Octal226302601712603744211447
Binary100101101100010110000111110101100111111001000101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9618B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9618B0; }

 p { color: rgb(150,24,176); }

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

<style>
 a { background-color: #9618B0; }

 a { background-color: rgb(150,24,176); }

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

<style>
 span { border-color: #9618B0; }

 span { border-color: rgb(150,24,176); }

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