Html Css Color HEX #9718BC Dark Orchid

📋 copy color: '#9718BC'

red 151 ◦ green 24 ◦ blue 188

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

Shades of Dark Orchid #9718BC

Tints of Dark Orchid #9718BC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.61%

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

R = 41.6%
G = 6.61%
B = 51.79%

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

#9718BC (or 0x9718BC) is known color: Dark Orchid. HEX triplet: 97, 18 and BC. RGB value is (151,24,188). Sum of RGB (Red+Green+Blue) = 151+24+188=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #9718BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9718BC is #68E743. Grayscale: #505050. Windows color (decimal): -6874948 or 12327063. OLE color: 12327063.

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

Color convert

RGB 151 24 188 -
CMYK 0.20 0.87 0 0.26
HSL 286.46º 0.77% 0.42% -
HSV(B) 286.46º 0.87% 0.74% -
XYZ 22.17 10.86 48.51 -
YUV 80.67 188.58 178.16 -
System Red Green Blue C M Y K H S L
Decimal 151 24 188 0.20 0.87 0 0.26 286.46 0.77 0.42
Hex 97 18 BC 14 57 0 1A 11E 4D 2A
Octal 227 30 274 24 127 0 32 436 115 52
Binary 10010111 11000 10111100 10100 1010111 0 11010 100011110 1001101 101010

Color Harmonies of #9718BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9718BC

Black with #9718BC

Text Example


Text Example

White with #9718BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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