#9b3fc9

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

Shades of Dark Orchid #9B3FC9

Tints of Dark Orchid #9B3FC9

Color information

#9B3FC9 (or 0x9B3FC9) is unknown color: approx Dark Orchid. HEX triplet: 9B, 3F and C9. RGB value is (155,63,201). Sum of RGB (Red+Green+Blue) = 155+63+201=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 201 (78.91% from 255 or 47.97% from 419); Max value from RGB is 201 - color contains mainly: blue. Hex color #9B3FC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3FC9 is #64C036. Grayscale: #696969. Windows color (decimal): -6602807 or 13189019. OLE color: 13189019.

HSL color Cylindrical-coordinate representation of color #9B3FC9: hue angle of 280º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B3FC9 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15563201-
CMYK0.230.6900.21
HSL280º56.1%51.76%-
HSV(B)280º68.66%78.82%-
XYZ25.8414.7456.74-
YUV106.24181.48162.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.99%
GREEN value IS 63 (25% from 255) = 15.04%
BLUE value IS 201 (78.91% from 255) = 47.97%
R=36.99%
G=15.04%
B=47.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal155632010.230.6900.2128056.151.76
Hex9B3FC917450151183834
Octal23377311271050254307064
Binary1001101111111111001001101111000101010101100011000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b3fc9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,63,201); }

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

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

 a { background-color: rgb(155,63,201); }

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

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

 span { border-color: rgb(155,63,201); }

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