#971CCF

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

Shades of Dark Orchid #971CCF

Tints of Dark Orchid #971CCF

Color information

#971CCF (or 0x971CCF) is unknown color: approx Dark Orchid. HEX triplet: 97, 1C and CF. RGB value is (151,28,207). Sum of RGB (Red+Green+Blue) = 151+28+207=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 28 (11.33% from 255 or 7.25% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #971CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971CCF is #68E330. Grayscale: #545454. Windows color (decimal): -6873905 or 13573271. OLE color: 13573271.

HSL color Cylindrical-coordinate representation of color #971CCF: hue angle of 281.23º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #971CCF is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15128207-
CMYK0.270.8600.19
HSL281.23º76.17%46.08%-
HSV(B)281.23º86.47%81.18%-
XYZ24.4411.9160.04-
YUV85.18196.75174.95-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.12%
GREEN value IS 28 (11.33% from 255) = 7.25%
BLUE value IS 207 (81.25% from 255) = 53.63%
R=39.12%
G=7.25%
B=53.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal151282070.270.8600.19281.2376.1746.08
Hex971CCF1B560131194c2e
Octal227343173312602343111456
Binary1001011111100110011111101110101100100111000110011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,28,207); }

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

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

 a { background-color: rgb(151,28,207); }

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

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

 span { border-color: rgb(151,28,207); }

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