Html Css Color HEX #972FAD Dark Orchid

📋 copy color: '#972FAD'

red 151 ◦ green 47 ◦ blue 173

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

Shades of Dark Orchid #972FAD

Tints of Dark Orchid #972FAD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.67%

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

R = 40.7%
G = 12.67%
B = 46.63%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#972FAD (or 0x972FAD) is known color: Dark Orchid. HEX triplet: 97, 2F and AD. RGB value is (151,47,173). Sum of RGB (Red+Green+Blue) = 151+47+173=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #972FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972FAD is #68D052. Grayscale: #5C5C5C. Windows color (decimal): -6869075 or 11349911. OLE color: 11349911.

HSL color Cylindrical-coordinate representation of color #972FAD: hue angle of 289.52º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #972FAD is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 151 47 173 -
CMYK 0.13 0.73 0 0.32
HSL 289.52º 0.57% 0.43% -
HSV(B) 289.52º 0.73% 0.68% -
XYZ 21.32 11.63 40.66 -
YUV 92.46 173.46 169.75 -
System Red Green Blue C M Y K H S L
Decimal 151 47 173 0.13 0.73 0 0.32 289.52 0.57 0.43
Hex 97 2F AD D 49 0 20 122 39 2B
Octal 227 57 255 15 111 0 40 442 71 53
Binary 10010111 101111 10101101 1101 1001001 0 100000 100100010 111001 101011

Color Harmonies of #972FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972FAD

Black with #972FAD

Text Example


Text Example

White with #972FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #972FAD;
 }
 .AnyTagClassName
 {
   color: #972FAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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