Html Css Color HEX #9718BD Dark Orchid

📋 copy color: '#9718BD'

red 151 ◦ green 24 ◦ blue 189

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

Shades of Dark Orchid #9718BD

Tints of Dark Orchid #9718BD

RGB

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

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

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

R = 41.48%
G = 6.59%
B = 51.92%

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

#9718BD (or 0x9718BD) is known color: Dark Orchid. HEX triplet: 97, 18 and BD. RGB value is (151,24,189). Sum of RGB (Red+Green+Blue) = 151+24+189=364 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.48% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #9718BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9718BD is #68E742. Grayscale: #505050. Windows color (decimal): -6874947 or 12392599. OLE color: 12392599.

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

Color convert

RGB 151 24 189 -
CMYK 0.20 0.87 0 0.26
HSL 286.18º 0.77% 0.42% -
HSV(B) 286.18º 0.87% 0.74% -
XYZ 22.27 10.91 49.08 -
YUV 80.78 189.08 178.08 -
System Red Green Blue C M Y K H S L
Decimal 151 24 189 0.20 0.87 0 0.26 286.18 0.77 0.42
Hex 97 18 BD 14 57 0 1A 11E 4D 2A
Octal 227 30 275 24 127 0 32 436 115 52
Binary 10010111 11000 10111101 10100 1010111 0 11010 100011110 1001101 101010

Color Harmonies of #9718BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9718BD

Black with #9718BD

Text Example


Text Example

White with #9718BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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