Html Css Color HEX #9719BC Dark Orchid

📋 copy color: '#9719BC'

red 151 ◦ green 25 ◦ blue 188

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

Shades of Dark Orchid #9719BC

Tints of Dark Orchid #9719BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.65%

R = 41.48%
G = 6.87%
B = 51.65%

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

#9719BC (or 0x9719BC) is known color: Dark Orchid. HEX triplet: 97, 19 and BC. RGB value is (151,25,188). Sum of RGB (Red+Green+Blue) = 151+25+188=364 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.48% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #9719BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9719BC is #68E643. Grayscale: #505050. Windows color (decimal): -6874692 or 12327319. OLE color: 12327319.

HSL color Cylindrical-coordinate representation of color #9719BC: hue angle of 286.38º 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 #9719BC is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 25 188 -
CMYK 0.20 0.87 0 0.26
HSL 286.38º 0.77% 0.42% -
HSV(B) 286.38º 0.87% 0.74% -
XYZ 22.19 10.91 48.51 -
YUV 81.26 188.24 177.75 -
System Red Green Blue C M Y K H S L
Decimal 151 25 188 0.20 0.87 0 0.26 286.38 0.77 0.42
Hex 97 19 BC 14 57 0 1A 11E 4D 2A
Octal 227 31 274 24 127 0 32 436 115 52
Binary 10010111 11001 10111100 10100 1010111 0 11010 100011110 1001101 101010

Color Harmonies of #9719BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9719BC

Black with #9719BC

Text Example


Text Example

White with #9719BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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