#9216B3

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

Shades of Dark Orchid #9216B3

Tints of Dark Orchid #9216B3

Color information

#9216B3 (or 0x9216B3) is unknown color: approx Dark Orchid. HEX triplet: 92, 16 and B3. RGB value is (146,22,179). Sum of RGB (Red+Green+Blue) = 146+22+179=347 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.07% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 179 (70.31% from 255 or 51.59% from 347); Max value from RGB is 179 - color contains mainly: blue. Hex color #9216B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9216B3 is #6DE94C. Grayscale: #4C4C4C. Windows color (decimal): -7203149 or 11736722. OLE color: 11736722.

HSL color Cylindrical-coordinate representation of color #9216B3: hue angle of 287.39º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9216B3 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14622179-
CMYK0.180.8800.30
HSL287.39º78.11%39.41%-
HSV(B)287.39º87.71%70.2%-
XYZ20.289.9443.5-
YUV76.97185.58177.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.07%
GREEN value IS 22 (8.98% from 255) = 6.34%
BLUE value IS 179 (70.31% from 255) = 51.59%
R=42.07%
G=6.34%
B=51.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal146221790.180.8800.30287.3978.1139.41
Hex9216B3125801E11f4e27
Octal222262632213003643711647
Binary1001001010110101100111001010110000111101000111111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9216B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9216B3; }

 p { color: rgb(146,22,179); }

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

<style>
 a { background-color: #9216B3; }

 a { background-color: rgb(146,22,179); }

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

<style>
 span { border-color: #9216B3; }

 span { border-color: rgb(146,22,179); }

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