Html Css Color HEX #973ADA Dark Orchid

📋 copy color: '#973ADA'

red 151 ◦ green 58 ◦ blue 218

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

Shades of Dark Orchid #973ADA

Tints of Dark Orchid #973ADA

RGB

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

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

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

R = 35.36%
G = 13.58%
B = 51.05%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#973ADA (or 0x973ADA) is known color: Dark Orchid. HEX triplet: 97, 3A and DA. RGB value is (151,58,218). Sum of RGB (Red+Green+Blue) = 151+58+218=427 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.36% from 427); Green value is 58 (23.05% from 255 or 13.58% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #973ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973ADA is #68C525. Grayscale: #676767. Windows color (decimal): -6866214 or 14301847. OLE color: 14301847.

HSL color Cylindrical-coordinate representation of color #973ADA: hue angle of 274.88º degrees, saturation: 0.68, 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 #973ADA is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 58 218 -
CMYK 0.31 0.73 0 0.15
HSL 274.88º 0.68% 0.54% -
HSV(B) 274.88º 0.73% 0.85% -
XYZ 26.93 14.67 67.74 -
YUV 104.05 192.31 161.49 -
System Red Green Blue C M Y K H S L
Decimal 151 58 218 0.31 0.73 0 0.15 274.88 0.68 0.54
Hex 97 3A DA 1F 49 0 F 113 44 36
Octal 227 72 332 37 111 0 17 423 104 66
Binary 10010111 111010 11011010 11111 1001001 0 1111 100010011 1000100 110110

Color Harmonies of #973ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973ADA

Black with #973ADA

Text Example


Text Example

White with #973ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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