Html Css Color HEX #973BDC Dark Orchid

📋 copy color: '#973BDC'

red 151 ◦ green 59 ◦ blue 220

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

Shades of Dark Orchid #973BDC

Tints of Dark Orchid #973BDC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.72%

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

R = 35.12%
G = 13.72%
B = 51.16%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#973BDC (or 0x973BDC) is known color: Dark Orchid. HEX triplet: 97, 3B and DC. RGB value is (151,59,220). Sum of RGB (Red+Green+Blue) = 151+59+220=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 59 (23.44% from 255 or 13.72% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #973BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973BDC is #68C423. Grayscale: #686868. Windows color (decimal): -6865956 or 14433175. OLE color: 14433175.

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

Color convert

RGB 151 59 220 -
CMYK 0.31 0.73 0 0.14
HSL 274.29º 0.7% 0.55% -
HSV(B) 274.29º 0.73% 0.86% -
XYZ 27.24 14.87 69.15 -
YUV 104.86 192.98 160.91 -
System Red Green Blue C M Y K H S L
Decimal 151 59 220 0.31 0.73 0 0.14 274.29 0.7 0.55
Hex 97 3B DC 1F 49 0 E 112 46 37
Octal 227 73 334 37 111 0 16 422 106 67
Binary 10010111 111011 11011100 11111 1001001 0 1110 100010010 1000110 110111

Color Harmonies of #973BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973BDC

Black with #973BDC

Text Example


Text Example

White with #973BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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