#9B30B1

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

Shades of Dark Orchid #9B30B1

Tints of Dark Orchid #9B30B1

Color information

#9B30B1 (or 0x9B30B1) is unknown color: approx Dark Orchid. HEX triplet: 9B, 30 and B1. RGB value is (155,48,177). Sum of RGB (Red+Green+Blue) = 155+48+177=380 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.79% from 380); Green value is 48 (19.14% from 255 or 12.63% from 380); Blue value is 177 (69.53% from 255 or 46.58% from 380); Max value from RGB is 177 - color contains mainly: blue. Hex color #9B30B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B30B1 is #64CF4E. Grayscale: #5E5E5E. Windows color (decimal): -6606671 or 11612315. OLE color: 11612315.

HSL color Cylindrical-coordinate representation of color #9B30B1: hue angle of 289.77º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9B30B1 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15548177-
CMYK0.120.7300.31
HSL289.77º57.33%44.12%-
HSV(B)289.77º72.88%69.41%-
XYZ22.5112.2642.77-
YUV94.7174.45171.01-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.79%
GREEN value IS 48 (19.14% from 255) = 12.63%
BLUE value IS 177 (69.53% from 255) = 46.58%
R=40.79%
G=12.63%
B=46.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal155481770.120.7300.31289.7757.3344.12
Hex9B30B1C4901F122392c
Octal23360261141110374427154
Binary100110111100001011000111001001001011111100100010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B30B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,48,177); }

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

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

 a { background-color: rgb(155,48,177); }

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

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

 span { border-color: rgb(155,48,177); }

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