Html Css Color HEX #973CCF Dark Orchid

📋 copy color: '#973CCF'

red 151 ◦ green 60 ◦ blue 207

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

Shades of Dark Orchid #973CCF

Tints of Dark Orchid #973CCF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.35%

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

R = 36.12%
G = 14.35%
B = 49.52%

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

#973CCF (or 0x973CCF) is known color: Dark Orchid. HEX triplet: 97, 3C and CF. RGB value is (151,60,207). Sum of RGB (Red+Green+Blue) = 151+60+207=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 60 (23.83% from 255 or 14.35% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #973CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973CCF is #68C330. Grayscale: #676767. Windows color (decimal): -6865713 or 13581463. OLE color: 13581463.

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

Color convert

RGB 151 60 207 -
CMYK 0.27 0.71 0 0.19
HSL 277.14º 0.6% 0.52% -
HSV(B) 277.14º 0.71% 0.81% -
XYZ 25.64 14.32 60.44 -
YUV 103.97 186.15 161.55 -
System Red Green Blue C M Y K H S L
Decimal 151 60 207 0.27 0.71 0 0.19 277.14 0.6 0.52
Hex 97 3C CF 1B 47 0 13 115 3C 34
Octal 227 74 317 33 107 0 23 425 74 64
Binary 10010111 111100 11001111 11011 1000111 0 10011 100010101 111100 110100

Color Harmonies of #973CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973CCF

Black with #973CCF

Text Example


Text Example

White with #973CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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