#972bd3

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

Shades of Dark Orchid #972BD3

Tints of Dark Orchid #972BD3

Color information

#972BD3 (or 0x972BD3) is unknown color: approx Dark Orchid. HEX triplet: 97, 2B and D3. RGB value is (151,43,211). Sum of RGB (Red+Green+Blue) = 151+43+211=405 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.28% from 405); Green value is 43 (17.19% from 255 or 10.62% from 405); Blue value is 211 (82.81% from 255 or 52.10% from 405); Max value from RGB is 211 - color contains mainly: blue. Hex color #972BD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972BD3 is #68D42C. Grayscale: #5D5D5D. Windows color (decimal): -6870061 or 13839255. OLE color: 13839255.

HSL color Cylindrical-coordinate representation of color #972BD3: hue angle of 278.57º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #972BD3 is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB15143211-
CMYK0.280.8000.17
HSL278.57º66.14%49.8%-
HSV(B)278.57º79.62%82.75%-
XYZ25.3813.0162.8-
YUV94.44193.78168.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.28%
GREEN value IS 43 (17.19% from 255) = 10.62%
BLUE value IS 211 (82.81% from 255) = 52.10%
R=37.28%
G=10.62%
B=52.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal151432110.280.8000.17278.5766.1449.8
Hex972BD31C500111174232
Octal227533233412002142710262
Binary10010111101011110100111110010100000100011000101111000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972bd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972bd3; }

 p { color: rgb(151,43,211); }

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

<style>
 a { background-color: #972bd3; }

 a { background-color: rgb(151,43,211); }

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

<style>
 span { border-color: #972bd3; }

 span { border-color: rgb(151,43,211); }

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