Html Css Color HEX #9719BF Dark Orchid

📋 copy color: '#9719BF'

red 151 ◦ green 25 ◦ blue 191

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

Shades of Dark Orchid #9719BF

Tints of Dark Orchid #9719BF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.81%

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

R = 41.14%
G = 6.81%
B = 52.04%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9719BF (or 0x9719BF) is known color: Dark Orchid. HEX triplet: 97, 19 and BF. RGB value is (151,25,191). Sum of RGB (Red+Green+Blue) = 151+25+191=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #9719BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9719BF is #68E640. Grayscale: #515151. Windows color (decimal): -6874689 or 12523927. OLE color: 12523927.

HSL color Cylindrical-coordinate representation of color #9719BF: hue angle of 285.54º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9719BF is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 25 191 -
CMYK 0.21 0.87 0 0.25
HSL 285.54º 0.77% 0.42% -
HSV(B) 285.54º 0.87% 0.75% -
XYZ 22.51 11.04 50.23 -
YUV 81.6 189.74 177.5 -
System Red Green Blue C M Y K H S L
Decimal 151 25 191 0.21 0.87 0 0.25 285.54 0.77 0.42
Hex 97 19 BF 15 57 0 19 11E 4D 2A
Octal 227 31 277 25 127 0 31 436 115 52
Binary 10010111 11001 10111111 10101 1010111 0 11001 100011110 1001101 101010

Color Harmonies of #9719BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9719BF

Black with #9719BF

Text Example


Text Example

White with #9719BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9719BF; }

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

 H1.HeaderClassName
 {
   color: #9719BF;
 }
 .AnyTagClassName
 {
   color: #9719BF;
 }
</style>

background-color css

<style>
 a { background-color: #9719BF; }

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

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

border-color css

<style>
 span { border-color: #9719BF; }

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

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