#9B33B3

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

Shades of Dark Orchid #9B33B3

Tints of Dark Orchid #9B33B3

Color information

#9B33B3 (or 0x9B33B3) is unknown color: approx Dark Orchid. HEX triplet: 9B, 33 and B3. RGB value is (155,51,179). Sum of RGB (Red+Green+Blue) = 155+51+179=385 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.26% from 385); Green value is 51 (20.31% from 255 or 13.25% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 179 - color contains mainly: blue. Hex color #9B33B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B33B3 is #64CC4C. Grayscale: #606060. Windows color (decimal): -6605901 or 11744155. OLE color: 11744155.

HSL color Cylindrical-coordinate representation of color #9B33B3: hue angle of 288.75º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B33B3 is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15551179-
CMYK0.130.7200.30
HSL288.75º55.65%45.1%-
HSV(B)288.75º71.51%70.2%-
XYZ22.8412.5943.87-
YUV96.69174.46169.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.26%
GREEN value IS 51 (20.31% from 255) = 13.25%
BLUE value IS 179 (70.31% from 255) = 46.49%
R=40.26%
G=13.25%
B=46.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal155511790.130.7200.30288.7555.6545.1
Hex9B33B3D4801E121382d
Octal23363263151100364417055
Binary100110111100111011001111011001000011110100100001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B33B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,51,179); }

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

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

 a { background-color: rgb(155,51,179); }

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

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

 span { border-color: rgb(155,51,179); }

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