Html Css Color HEX #971EAD Dark Orchid

📋 copy color: '#971EAD'

red 151 ◦ green 30 ◦ blue 173

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

Shades of Dark Orchid #971EAD

Tints of Dark Orchid #971EAD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.47%

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

R = 42.66%
G = 8.47%
B = 48.87%

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

#971EAD (or 0x971EAD) is known color: Dark Orchid. HEX triplet: 97, 1E and AD. RGB value is (151,30,173). Sum of RGB (Red+Green+Blue) = 151+30+173=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #971EAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971EAD is #68E152. Grayscale: #525252. Windows color (decimal): -6873427 or 11345559. OLE color: 11345559.

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

Color convert

RGB 151 30 173 -
CMYK 0.13 0.83 0 0.32
HSL 290.77º 0.7% 0.4% -
HSV(B) 290.77º 0.83% 0.68% -
XYZ 20.77 10.52 40.47 -
YUV 82.48 179.09 176.87 -
System Red Green Blue C M Y K H S L
Decimal 151 30 173 0.13 0.83 0 0.32 290.77 0.7 0.4
Hex 97 1E AD D 53 0 20 123 46 28
Octal 227 36 255 15 123 0 40 443 106 50
Binary 10010111 11110 10101101 1101 1010011 0 100000 100100011 1000110 101000

Color Harmonies of #971EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971EAD

Black with #971EAD

Text Example


Text Example

White with #971EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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