Html Css Color HEX #973DCF Dark Orchid

📋 copy color: '#973DCF'

red 151 ◦ green 61 ◦ blue 207

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

Shades of Dark Orchid #973DCF

Tints of Dark Orchid #973DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.4%

R = 36.04%
G = 14.56%
B = 49.4%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#973DCF (or 0x973DCF) is known color: Dark Orchid. HEX triplet: 97, 3D and CF. RGB value is (151,61,207). Sum of RGB (Red+Green+Blue) = 151+61+207=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #973DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973DCF is #68C230. Grayscale: #686868. Windows color (decimal): -6865457 or 13581719. OLE color: 13581719.

HSL color Cylindrical-coordinate representation of color #973DCF: hue angle of 276.99º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #973DCF is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 61 207 -
CMYK 0.27 0.71 0 0.19
HSL 276.99º 0.6% 0.53% -
HSV(B) 276.99º 0.71% 0.81% -
XYZ 25.69 14.42 60.46 -
YUV 104.55 185.82 161.13 -
System Red Green Blue C M Y K H S L
Decimal 151 61 207 0.27 0.71 0 0.19 276.99 0.6 0.53
Hex 97 3D CF 1B 47 0 13 115 3C 35
Octal 227 75 317 33 107 0 23 425 74 65
Binary 10010111 111101 11001111 11011 1000111 0 10011 100010101 111100 110101

Color Harmonies of #973DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973DCF

Black with #973DCF

Text Example


Text Example

White with #973DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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