#9516B1

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

Shades of Dark Orchid #9516B1

Tints of Dark Orchid #9516B1

Color information

#9516B1 (or 0x9516B1) is unknown color: approx Dark Orchid. HEX triplet: 95, 16 and B1. RGB value is (149,22,177). Sum of RGB (Red+Green+Blue) = 149+22+177=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 177 (69.53% from 255 or 50.86% from 348); Max value from RGB is 177 - color contains mainly: blue. Hex color #9516B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9516B1 is #6AE94E. Grayscale: #4D4D4D. Windows color (decimal): -7006543 or 11605653. OLE color: 11605653.

HSL color Cylindrical-coordinate representation of color #9516B1: hue angle of 289.16º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9516B1 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14922177-
CMYK0.160.8800.31
HSL289.16º77.89%39.02%-
HSV(B)289.16º87.57%69.41%-
XYZ20.6210.1442.47-
YUV77.64184.08178.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.82%
GREEN value IS 22 (8.98% from 255) = 6.32%
BLUE value IS 177 (69.53% from 255) = 50.86%
R=42.82%
G=6.32%
B=50.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal149221770.160.8800.31289.1677.8939.02
Hex9516B1105801F1214e27
Octal225262612013003744111647
Binary1001010110110101100011000010110000111111001000011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9516B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9516B1; }

 p { color: rgb(149,22,177); }

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

<style>
 a { background-color: #9516B1; }

 a { background-color: rgb(149,22,177); }

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

<style>
 span { border-color: #9516B1; }

 span { border-color: rgb(149,22,177); }

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