#9A1CC8

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

Shades of Dark Orchid #9A1CC8

Tints of Dark Orchid #9A1CC8

Color information

#9A1CC8 (or 0x9A1CC8) is unknown color: approx Dark Orchid. HEX triplet: 9A, 1C and C8. RGB value is (154,28,200). Sum of RGB (Red+Green+Blue) = 154+28+200=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 28 (11.33% from 255 or 7.33% from 382); Blue value is 200 (78.52% from 255 or 52.36% from 382); Max value from RGB is 200 - color contains mainly: blue. Hex color #9A1CC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1CC8 is #65E337. Grayscale: #545454. Windows color (decimal): -6677304 or 13114522. OLE color: 13114522.

HSL color Cylindrical-coordinate representation of color #9A1CC8: hue angle of 283.95º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A1CC8 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15428200-
CMYK0.230.8600.22
HSL283.95º75.44%44.71%-
HSV(B)283.95º86%78.43%-
XYZ24.1711.8755.66-
YUV85.28192.74177.01-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.31%
GREEN value IS 28 (11.33% from 255) = 7.33%
BLUE value IS 200 (78.52% from 255) = 52.36%
R=40.31%
G=7.33%
B=52.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal154282000.230.8600.22283.9575.4444.71
Hex9A1CC8175601611c4b2d
Octal232343102712602643411355
Binary1001101011100110010001011110101100101101000111001001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,28,200); }

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

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

 a { background-color: rgb(154,28,200); }

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

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

 span { border-color: rgb(154,28,200); }

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