#9A1CAB

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

Shades of Dark Orchid #9A1CAB

Tints of Dark Orchid #9A1CAB

Color information

#9A1CAB (or 0x9A1CAB) is unknown color: approx Dark Orchid. HEX triplet: 9A, 1C and AB. RGB value is (154,28,171). Sum of RGB (Red+Green+Blue) = 154+28+171=353 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.63% from 353); Green value is 28 (11.33% from 255 or 7.93% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A1CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A1CAB is #65E354. Grayscale: #515151. Windows color (decimal): -6677333 or 11213978. OLE color: 11213978.

HSL color Cylindrical-coordinate representation of color #9A1CAB: hue angle of 292.87º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A1CAB is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15428171-
CMYK0.100.8400.33
HSL292.87º71.86%39.02%-
HSV(B)292.87º83.63%67.06%-
XYZ21.0910.6439.47-
YUV81.98178.24179.37-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.63%
GREEN value IS 28 (11.33% from 255) = 7.93%
BLUE value IS 171 (67.19% from 255) = 48.44%
R=43.63%
G=7.93%
B=48.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154281710.100.8400.33292.8771.8639.02
Hex9A1CABA540211254827
Octal232342531212404144511047
Binary1001101011100101010111010101010001000011001001011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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