#9A18BB

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

Shades of Dark Orchid #9A18BB

Tints of Dark Orchid #9A18BB

Color information

#9A18BB (or 0x9A18BB) is unknown color: approx Dark Orchid. HEX triplet: 9A, 18 and BB. RGB value is (154,24,187). Sum of RGB (Red+Green+Blue) = 154+24+187=365 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.19% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A18BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A18BB is #65E744. Grayscale: #505050. Windows color (decimal): -6678341 or 12261530. OLE color: 12261530.

HSL color Cylindrical-coordinate representation of color #9A18BB: hue angle of 287.85º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9A18BB is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15424187-
CMYK0.180.8700.27
HSL287.85º77.25%41.37%-
HSV(B)287.85º87.17%73.33%-
XYZ22.6211.1147.97-
YUV81.45187.57179.75-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.19%
GREEN value IS 24 (9.77% from 255) = 6.58%
BLUE value IS 187 (73.44% from 255) = 51.23%
R=42.19%
G=6.58%
B=51.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal154241870.180.8700.27287.8577.2541.37
Hex9A18BB125701B1204d29
Octal232302732212703344011551
Binary1001101011000101110111001010101110110111001000001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A18BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,24,187); }

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

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

 a { background-color: rgb(154,24,187); }

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

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

 span { border-color: rgb(154,24,187); }

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