Html Css Color HEX #973ADC Dark Orchid

📋 copy color: '#973ADC'

red 151 ◦ green 58 ◦ blue 220

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

Shades of Dark Orchid #973ADC

Tints of Dark Orchid #973ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 35.2%
G = 13.52%
B = 51.28%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#973ADC (or 0x973ADC) is known color: Dark Orchid. HEX triplet: 97, 3A and DC. RGB value is (151,58,220). Sum of RGB (Red+Green+Blue) = 151+58+220=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 58 (23.05% from 255 or 13.52% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #973ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973ADC is #68C523. Grayscale: #676767. Windows color (decimal): -6866212 or 14432919. OLE color: 14432919.

HSL color Cylindrical-coordinate representation of color #973ADC: hue angle of 274.44º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #973ADC is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 58 220 -
CMYK 0.31 0.74 0 0.14
HSL 274.44º 0.7% 0.55% -
HSV(B) 274.44º 0.74% 0.86% -
XYZ 27.19 14.77 69.13 -
YUV 104.28 193.31 161.33 -
System Red Green Blue C M Y K H S L
Decimal 151 58 220 0.31 0.74 0 0.14 274.44 0.7 0.55
Hex 97 3A DC 1F 4A 0 E 112 46 37
Octal 227 72 334 37 112 0 16 422 106 67
Binary 10010111 111010 11011100 11111 1001010 0 1110 100010010 1000110 110111

Color Harmonies of #973ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973ADC

Black with #973ADC

Text Example


Text Example

White with #973ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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