Html Css Color HEX #973FBF Dark Orchid

📋 copy color: '#973FBF'

red 151 ◦ green 63 ◦ blue 191

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

Shades of Dark Orchid #973FBF

Tints of Dark Orchid #973FBF

RGB

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

 GREEN value IS 63 (25% from 255) = 15.56%

 BLUE value IS 191 (75% from 255) = 47.16%

R = 37.28%
G = 15.56%
B = 47.16%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#973FBF (or 0x973FBF) is known color: Dark Orchid. HEX triplet: 97, 3F and BF. RGB value is (151,63,191). Sum of RGB (Red+Green+Blue) = 151+63+191=405 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.28% from 405); Green value is 63 (25% from 255 or 15.56% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #973FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973FBF is #68C040. Grayscale: #676767. Windows color (decimal): -6864961 or 12533655. OLE color: 12533655.

HSL color Cylindrical-coordinate representation of color #973FBF: hue angle of 281.25º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #973FBF is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 63 191 -
CMYK 0.21 0.67 0 0.25
HSL 281.25º 0.5% 0.5% -
HSV(B) 281.25º 0.67% 0.75% -
XYZ 23.94 13.9 50.71 -
YUV 103.9 177.15 161.59 -
System Red Green Blue C M Y K H S L
Decimal 151 63 191 0.21 0.67 0 0.25 281.25 0.5 0.5
Hex 97 3F BF 15 43 0 19 119 32 32
Octal 227 77 277 25 103 0 31 431 62 62
Binary 10010111 111111 10111111 10101 1000011 0 11001 100011001 110010 110010

Color Harmonies of #973FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973FBF

Black with #973FBF

Text Example


Text Example

White with #973FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,63,191); }

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

background-color css

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

 a { background-color: rgb(151,63,191); }

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

border-color css

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

 span { border-color: rgb(151,63,191); }

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