#9618BE

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

Shades of Dark Orchid #9618BE

Tints of Dark Orchid #9618BE

Color information

#9618BE (or 0x9618BE) is unknown color: approx Dark Orchid. HEX triplet: 96, 18 and BE. RGB value is (150,24,190). Sum of RGB (Red+Green+Blue) = 150+24+190=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #9618BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9618BE is #69E741. Grayscale: #505050. Windows color (decimal): -6940482 or 12458134. OLE color: 12458134.

HSL color Cylindrical-coordinate representation of color #9618BE: hue angle of 285.54º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9618BE is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15024190-
CMYK0.210.8700.25
HSL285.54º77.57%41.96%-
HSV(B)285.54º87.37%74.51%-
XYZ22.210.8649.64-
YUV80.6189.74177.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.21%
GREEN value IS 24 (9.77% from 255) = 6.59%
BLUE value IS 190 (74.61% from 255) = 52.20%
R=41.21%
G=6.59%
B=52.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150241900.210.8700.25285.5477.5741.96
Hex9618BE155701911e4e2a
Octal226302762512703143611652
Binary1001011011000101111101010110101110110011000111101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9618BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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