Html Css Color HEX #9818BF Dark Orchid

📋 copy color: '#9818BF'

red 152 ◦ green 24 ◦ blue 191

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

Shades of Dark Orchid #9818BF

Tints of Dark Orchid #9818BF

RGB

 RED value IS 152 (59.77% from 255) = 41.42%

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

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

R = 41.42%
G = 6.54%
B = 52.04%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9818BF (or 0x9818BF) is known color: Dark Orchid. HEX triplet: 98, 18 and BF. RGB value is (152,24,191). Sum of RGB (Red+Green+Blue) = 152+24+191=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #9818BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9818BF is #67E740. Grayscale: #505050. Windows color (decimal): -6809409 or 12523672. OLE color: 12523672.

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

Color convert

RGB 152 24 191 -
CMYK 0.20 0.87 0 0.25
HSL 285.99º 0.78% 0.42% -
HSV(B) 285.99º 0.87% 0.75% -
XYZ 22.68 11.09 50.24 -
YUV 81.31 189.91 178.42 -
System Red Green Blue C M Y K H S L
Decimal 152 24 191 0.20 0.87 0 0.25 285.99 0.78 0.42
Hex 98 18 BF 14 57 0 19 11E 4E 2A
Octal 230 30 277 24 127 0 31 436 116 52
Binary 10011000 11000 10111111 10100 1010111 0 11001 100011110 1001110 101010

Color Harmonies of #9818BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9818BF

Black with #9818BF

Text Example


Text Example

White with #9818BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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