Html Css Color HEX #9718BF Dark Orchid

📋 copy color: '#9718BF'

red 151 ◦ green 24 ◦ blue 191

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

Shades of Dark Orchid #9718BF

Tints of Dark Orchid #9718BF

RGB

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

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

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

R = 41.26%
G = 6.56%
B = 52.19%

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

#9718BF (or 0x9718BF) is known color: Dark Orchid. HEX triplet: 97, 18 and BF. RGB value is (151,24,191). Sum of RGB (Red+Green+Blue) = 151+24+191=366 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.26% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #9718BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9718BF is #68E740. Grayscale: #505050. Windows color (decimal): -6874945 or 12523671. OLE color: 12523671.

HSL color Cylindrical-coordinate representation of color #9718BF: hue angle of 285.63º degrees, saturation: 0.78, 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 #9718BF is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 24 191 -
CMYK 0.21 0.87 0 0.25
HSL 285.63º 0.78% 0.42% -
HSV(B) 285.63º 0.87% 0.75% -
XYZ 22.49 10.99 50.23 -
YUV 81.01 190.08 177.92 -
System Red Green Blue C M Y K H S L
Decimal 151 24 191 0.21 0.87 0 0.25 285.63 0.78 0.42
Hex 97 18 BF 15 57 0 19 11E 4E 2A
Octal 227 30 277 25 127 0 31 436 116 52
Binary 10010111 11000 10111111 10101 1010111 0 11001 100011110 1001110 101010

Color Harmonies of #9718BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9718BF

Black with #9718BF

Text Example


Text Example

White with #9718BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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