#971DBB

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

Shades of Dark Orchid #971DBB

Tints of Dark Orchid #971DBB

Color information

#971DBB (or 0x971DBB) is unknown color: approx Dark Orchid. HEX triplet: 97, 1D and BB. RGB value is (151,29,187). Sum of RGB (Red+Green+Blue) = 151+29+187=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #971DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971DBB is #68E244. Grayscale: #525252. Windows color (decimal): -6873669 or 12262807. OLE color: 12262807.

HSL color Cylindrical-coordinate representation of color #971DBB: hue angle of 286.33º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #971DBB is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15129187-
CMYK0.190.8400.27
HSL286.33º73.15%42.35%-
HSV(B)286.33º84.49%73.33%-
XYZ22.1711.0547.98-
YUV83.49186.42176.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.14%
GREEN value IS 29 (11.72% from 255) = 7.90%
BLUE value IS 187 (73.44% from 255) = 50.95%
R=41.14%
G=7.90%
B=50.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151291870.190.8400.27286.3373.1542.35
Hex971DBB135401B11e492a
Octal227352732312403343611152
Binary1001011111101101110111001110101000110111000111101001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971DBB; }

 p { color: rgb(151,29,187); }

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

<style>
 a { background-color: #971DBB; }

 a { background-color: rgb(151,29,187); }

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

<style>
 span { border-color: #971DBB; }

 span { border-color: rgb(151,29,187); }

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