Html Css Color HEX #9719BD Dark Orchid

📋 copy color: '#9719BD'

red 151 ◦ green 25 ◦ blue 189

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

Shades of Dark Orchid #9719BD

Tints of Dark Orchid #9719BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.78%

R = 41.37%
G = 6.85%
B = 51.78%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9719BD (or 0x9719BD) is known color: Dark Orchid. HEX triplet: 97, 19 and BD. RGB value is (151,25,189). Sum of RGB (Red+Green+Blue) = 151+25+189=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #9719BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9719BD is #68E642. Grayscale: #505050. Windows color (decimal): -6874691 or 12392855. OLE color: 12392855.

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

Color convert

RGB 151 25 189 -
CMYK 0.20 0.87 0 0.26
HSL 286.1º 0.77% 0.42% -
HSV(B) 286.1º 0.87% 0.74% -
XYZ 22.3 10.95 49.08 -
YUV 81.37 188.74 177.66 -
System Red Green Blue C M Y K H S L
Decimal 151 25 189 0.20 0.87 0 0.26 286.1 0.77 0.42
Hex 97 19 BD 14 57 0 1A 11E 4D 2A
Octal 227 31 275 24 127 0 32 436 115 52
Binary 10010111 11001 10111101 10100 1010111 0 11010 100011110 1001101 101010

Color Harmonies of #9719BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9719BD

Black with #9719BD

Text Example


Text Example

White with #9719BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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