Html Css Color HEX #971DAD Dark Orchid

📋 copy color: '#971DAD'

red 151 ◦ green 29 ◦ blue 173

#971DAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #971DAD

Tints of Dark Orchid #971DAD

RGB

 RED value IS 151 (59.38% from 255) = 42.78%

 GREEN value IS 29 (11.72% from 255) = 8.22%

 BLUE value IS 173 (67.97% from 255) = 49.01%

R = 42.78%
G = 8.22%
B = 49.01%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#971DAD (or 0x971DAD) is known color: Dark Orchid. HEX triplet: 97, 1D and AD. RGB value is (151,29,173). Sum of RGB (Red+Green+Blue) = 151+29+173=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #971DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971DAD is #68E252. Grayscale: #515151. Windows color (decimal): -6873683 or 11345303. OLE color: 11345303.

HSL color Cylindrical-coordinate representation of color #971DAD: hue angle of 290.83º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #971DAD is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 151 29 173 -
CMYK 0.13 0.83 0 0.32
HSL 290.83º 0.71% 0.4% -
HSV(B) 290.83º 0.83% 0.68% -
XYZ 20.74 10.48 40.46 -
YUV 81.89 179.42 177.29 -
System Red Green Blue C M Y K H S L
Decimal 151 29 173 0.13 0.83 0 0.32 290.83 0.71 0.4
Hex 97 1D AD D 53 0 20 123 47 28
Octal 227 35 255 15 123 0 40 443 107 50
Binary 10010111 11101 10101101 1101 1010011 0 100000 100100011 1000111 101000

Color Harmonies of #971DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971DAD

Black with #971DAD

Text Example


Text Example

White with #971DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #971DAD;
 }
 .AnyTagClassName
 {
   color: #971DAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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