Html Css Color HEX #972ED6 Dark Orchid

📋 copy color: '#972ED6'

red 151 ◦ green 46 ◦ blue 214

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

Shades of Dark Orchid #972ED6

Tints of Dark Orchid #972ED6

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.19%

 BLUE value IS 214 (83.98% from 255) = 52.07%

R = 36.74%
G = 11.19%
B = 52.07%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#972ED6 (or 0x972ED6) is known color: Dark Orchid. HEX triplet: 97, 2E and D6. RGB value is (151,46,214). Sum of RGB (Red+Green+Blue) = 151+46+214=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 46 (18.36% from 255 or 11.19% from 411); Blue value is 214 (83.98% from 255 or 52.07% from 411); Max value from RGB is 214 - color contains mainly: blue. Hex color #972ED6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972ED6 is #68D129. Grayscale: #5F5F5F. Windows color (decimal): -6869290 or 14036631. OLE color: 14036631.

HSL color Cylindrical-coordinate representation of color #972ED6: hue angle of 277.5º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #972ED6 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 46 214 -
CMYK 0.29 0.79 0 0.16
HSL 277.5º 0.67% 0.51% -
HSV(B) 277.5º 0.79% 0.84% -
XYZ 25.88 13.39 64.84 -
YUV 96.55 194.29 166.84 -
System Red Green Blue C M Y K H S L
Decimal 151 46 214 0.29 0.79 0 0.16 277.5 0.67 0.51
Hex 97 2E D6 1D 4F 0 10 116 43 33
Octal 227 56 326 35 117 0 20 426 103 63
Binary 10010111 101110 11010110 11101 1001111 0 10000 100010110 1000011 110011

Color Harmonies of #972ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972ED6

Black with #972ED6

Text Example


Text Example

White with #972ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,46,214); }

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

background-color css

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

 a { background-color: rgb(151,46,214); }

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

border-color css

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

 span { border-color: rgb(151,46,214); }

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