Html Css Color HEX #971DAE Dark Orchid

📋 copy color: '#971DAE'

red 151 ◦ green 29 ◦ blue 174

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

Shades of Dark Orchid #971DAE

Tints of Dark Orchid #971DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.15%

R = 42.66%
G = 8.19%
B = 49.15%

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

#971DAE (or 0x971DAE) is known color: Dark Orchid. HEX triplet: 97, 1D and AE. RGB value is (151,29,174). Sum of RGB (Red+Green+Blue) = 151+29+174=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #971DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971DAE is #68E251. Grayscale: #515151. Windows color (decimal): -6873682 or 11410839. OLE color: 11410839.

HSL color Cylindrical-coordinate representation of color #971DAE: hue angle of 290.48º 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 #971DAE is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 151 29 174 -
CMYK 0.13 0.83 0 0.32
HSL 290.48º 0.71% 0.4% -
HSV(B) 290.48º 0.83% 0.68% -
XYZ 20.84 10.51 40.98 -
YUV 82.01 179.92 177.21 -
System Red Green Blue C M Y K H S L
Decimal 151 29 174 0.13 0.83 0 0.32 290.48 0.71 0.4
Hex 97 1D AE D 53 0 20 122 47 28
Octal 227 35 256 15 123 0 40 442 107 50
Binary 10010111 11101 10101110 1101 1010011 0 100000 100100010 1000111 101000

Color Harmonies of #971DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971DAE

Black with #971DAE

Text Example


Text Example

White with #971DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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