#9A1FB1

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

Shades of Dark Orchid #9A1FB1

Tints of Dark Orchid #9A1FB1

Color information

#9A1FB1 (or 0x9A1FB1) is unknown color: approx Dark Orchid. HEX triplet: 9A, 1F and B1. RGB value is (154,31,177). Sum of RGB (Red+Green+Blue) = 154+31+177=362 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.54% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 177 (69.53% from 255 or 48.90% from 362); Max value from RGB is 177 - color contains mainly: blue. Hex color #9A1FB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A1FB1 is #65E04E. Grayscale: #535353. Windows color (decimal): -6676559 or 11607962. OLE color: 11607962.

HSL color Cylindrical-coordinate representation of color #9A1FB1: hue angle of 290.55º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A1FB1 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15431177-
CMYK0.130.8200.31
HSL290.55º70.19%40.78%-
HSV(B)290.55º82.49%69.41%-
XYZ21.7511.0242.58-
YUV84.42180.25177.63-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.54%
GREEN value IS 31 (12.5% from 255) = 8.56%
BLUE value IS 177 (69.53% from 255) = 48.90%
R=42.54%
G=8.56%
B=48.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal154311770.130.8200.31290.5570.1940.78
Hex9A1FB1D5201F1234629
Octal232372611512203744310651
Binary100110101111110110001110110100100111111001000111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,31,177); }

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

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

 a { background-color: rgb(154,31,177); }

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

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

 span { border-color: rgb(154,31,177); }

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