Html Css Color HEX #973DDD Dark Orchid

📋 copy color: '#973DDD'

red 151 ◦ green 61 ◦ blue 221

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

Shades of Dark Orchid #973DDD

Tints of Dark Orchid #973DDD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.09%

 BLUE value IS 221 (86.72% from 255) = 51.04%

R = 34.87%
G = 14.09%
B = 51.04%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#973DDD (or 0x973DDD) is known color: Dark Orchid. HEX triplet: 97, 3D and DD. RGB value is (151,61,221). Sum of RGB (Red+Green+Blue) = 151+61+221=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 61 (24.22% from 255 or 14.09% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #973DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973DDD is #68C222. Grayscale: #696969. Windows color (decimal): -6865443 or 14499223. OLE color: 14499223.

HSL color Cylindrical-coordinate representation of color #973DDD: hue angle of 273.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #973DDD is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 61 221 -
CMYK 0.32 0.72 0 0.13
HSL 273.75º 0.7% 0.55% -
HSV(B) 273.75º 0.72% 0.87% -
XYZ 27.48 15.14 69.88 -
YUV 106.15 192.82 159.99 -
System Red Green Blue C M Y K H S L
Decimal 151 61 221 0.32 0.72 0 0.13 273.75 0.7 0.55
Hex 97 3D DD 20 48 0 D 112 46 37
Octal 227 75 335 40 110 0 15 422 106 67
Binary 10010111 111101 11011101 100000 1001000 0 1101 100010010 1000110 110111

Color Harmonies of #973DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973DDD

Black with #973DDD

Text Example


Text Example

White with #973DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,61,221); }

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

background-color css

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

 a { background-color: rgb(151,61,221); }

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

border-color css

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

 span { border-color: rgb(151,61,221); }

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