Html Css Color HEX #972DDA Dark Orchid

📋 copy color: '#972DDA'

red 151 ◦ green 45 ◦ blue 218

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

Shades of Dark Orchid #972DDA

Tints of Dark Orchid #972DDA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.87%

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

R = 36.47%
G = 10.87%
B = 52.66%

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

#972DDA (or 0x972DDA) is known color: Dark Orchid. HEX triplet: 97, 2D and DA. RGB value is (151,45,218). Sum of RGB (Red+Green+Blue) = 151+45+218=414 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.47% from 414); Green value is 45 (17.97% from 255 or 10.87% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #972DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972DDA is #68D225. Grayscale: #5F5F5F. Windows color (decimal): -6869542 or 14298519. OLE color: 14298519.

HSL color Cylindrical-coordinate representation of color #972DDA: hue angle of 276.76º 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 #972DDA is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 45 218 -
CMYK 0.31 0.79 0 0.15
HSL 276.76º 0.7% 0.52% -
HSV(B) 276.76º 0.79% 0.85% -
XYZ 26.36 13.52 67.55 -
YUV 96.42 196.62 166.93 -
System Red Green Blue C M Y K H S L
Decimal 151 45 218 0.31 0.79 0 0.15 276.76 0.7 0.52
Hex 97 2D DA 1F 4F 0 F 115 46 34
Octal 227 55 332 37 117 0 17 425 106 64
Binary 10010111 101101 11011010 11111 1001111 0 1111 100010101 1000110 110100

Color Harmonies of #972DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972DDA

Black with #972DDA

Text Example


Text Example

White with #972DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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