Html Css Color HEX #972AD0 Dark Orchid

📋 copy color: '#972AD0'

red 151 ◦ green 42 ◦ blue 208

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

Shades of Dark Orchid #972AD0

Tints of Dark Orchid #972AD0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.47%

 BLUE value IS 208 (81.64% from 255) = 51.87%

R = 37.66%
G = 10.47%
B = 51.87%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#972AD0 (or 0x972AD0) is known color: Dark Orchid. HEX triplet: 97, 2A and D0. RGB value is (151,42,208). Sum of RGB (Red+Green+Blue) = 151+42+208=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 42 (16.80% from 255 or 10.47% from 401); Blue value is 208 (81.64% from 255 or 51.87% from 401); Max value from RGB is 208 - color contains mainly: blue. Hex color #972AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972AD0 is #68D52F. Grayscale: #5C5C5C. Windows color (decimal): -6870320 or 13642391. OLE color: 13642391.

HSL color Cylindrical-coordinate representation of color #972AD0: hue angle of 279.4º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #972AD0 is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 151 42 208 -
CMYK 0.27 0.80 0 0.18
HSL 279.4º 0.66% 0.49% -
HSV(B) 279.4º 0.8% 0.82% -
XYZ 24.98 12.79 60.83 -
YUV 93.52 192.61 169 -
System Red Green Blue C M Y K H S L
Decimal 151 42 208 0.27 0.80 0 0.18 279.4 0.66 0.49
Hex 97 2A D0 1B 50 0 12 117 42 31
Octal 227 52 320 33 120 0 22 427 102 61
Binary 10010111 101010 11010000 11011 1010000 0 10010 100010111 1000010 110001

Color Harmonies of #972AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972AD0

Black with #972AD0

Text Example


Text Example

White with #972AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,42,208); }

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

background-color css

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

 a { background-color: rgb(151,42,208); }

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

border-color css

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

 span { border-color: rgb(151,42,208); }

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