Html Css Color HEX #973AD8 Dark Orchid

📋 copy color: '#973AD8'

red 151 ◦ green 58 ◦ blue 216

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

Shades of Dark Orchid #973AD8

Tints of Dark Orchid #973AD8

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.65%

 BLUE value IS 216 (84.77% from 255) = 50.82%

R = 35.53%
G = 13.65%
B = 50.82%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#973AD8 (or 0x973AD8) is known color: Dark Orchid. HEX triplet: 97, 3A and D8. RGB value is (151,58,216). Sum of RGB (Red+Green+Blue) = 151+58+216=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 58 (23.05% from 255 or 13.65% from 425); Blue value is 216 (84.77% from 255 or 50.82% from 425); Max value from RGB is 216 - color contains mainly: blue. Hex color #973AD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973AD8 is #68C527. Grayscale: #676767. Windows color (decimal): -6866216 or 14170775. OLE color: 14170775.

HSL color Cylindrical-coordinate representation of color #973AD8: hue angle of 275.32º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #973AD8 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 58 216 -
CMYK 0.30 0.73 0 0.15
HSL 275.32º 0.67% 0.54% -
HSV(B) 275.32º 0.73% 0.85% -
XYZ 26.67 14.56 66.37 -
YUV 103.82 191.31 161.65 -
System Red Green Blue C M Y K H S L
Decimal 151 58 216 0.30 0.73 0 0.15 275.32 0.67 0.54
Hex 97 3A D8 1E 49 0 F 113 43 36
Octal 227 72 330 36 111 0 17 423 103 66
Binary 10010111 111010 11011000 11110 1001001 0 1111 100010011 1000011 110110

Color Harmonies of #973AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973AD8

Black with #973AD8

Text Example


Text Example

White with #973AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973AD8; }

 p { color: rgb(151,58,216); }

 H1.HeaderClassName
 {
   color: #973AD8;
 }
 .AnyTagClassName
 {
   color: #973AD8;
 }
</style>

background-color css

<style>
 a { background-color: #973AD8; }

 a { background-color: rgb(151,58,216); }

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

border-color css

<style>
 span { border-color: #973AD8; }

 span { border-color: rgb(151,58,216); }

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