Html Css Color HEX #972EDA Dark Orchid

📋 copy color: '#972EDA'

red 151 ◦ green 46 ◦ blue 218

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

Shades of Dark Orchid #972EDA

Tints of Dark Orchid #972EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.53%

R = 36.39%
G = 11.08%
B = 52.53%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#972EDA (or 0x972EDA) is known color: Dark Orchid. HEX triplet: 97, 2E and DA. RGB value is (151,46,218). Sum of RGB (Red+Green+Blue) = 151+46+218=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 46 (18.36% from 255 or 11.08% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #972EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972EDA is #68D125. Grayscale: #606060. Windows color (decimal): -6869286 or 14298775. OLE color: 14298775.

HSL color Cylindrical-coordinate representation of color #972EDA: hue angle of 276.63º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #972EDA is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 46 218 -
CMYK 0.31 0.79 0 0.15
HSL 276.63º 0.7% 0.52% -
HSV(B) 276.63º 0.79% 0.85% -
XYZ 26.39 13.6 67.56 -
YUV 97 196.29 166.51 -
System Red Green Blue C M Y K H S L
Decimal 151 46 218 0.31 0.79 0 0.15 276.63 0.7 0.52
Hex 97 2E DA 1F 4F 0 F 115 46 34
Octal 227 56 332 37 117 0 17 425 106 64
Binary 10010111 101110 11011010 11111 1001111 0 1111 100010101 1000110 110100

Color Harmonies of #972EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972EDA

Black with #972EDA

Text Example


Text Example

White with #972EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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