Html Css Color HEX #9819BF Dark Orchid

📋 copy color: '#9819BF'

red 152 ◦ green 25 ◦ blue 191

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

Shades of Dark Orchid #9819BF

Tints of Dark Orchid #9819BF

RGB

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

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

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

R = 41.3%
G = 6.79%
B = 51.9%

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

#9819BF (or 0x9819BF) is known color: Dark Orchid. HEX triplet: 98, 19 and BF. RGB value is (152,25,191). Sum of RGB (Red+Green+Blue) = 152+25+191=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #9819BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9819BF is #67E640. Grayscale: #515151. Windows color (decimal): -6809153 or 12523928. OLE color: 12523928.

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

Color convert

RGB 152 25 191 -
CMYK 0.20 0.87 0 0.25
HSL 285.9º 0.77% 0.42% -
HSV(B) 285.9º 0.87% 0.75% -
XYZ 22.7 11.13 50.24 -
YUV 81.9 189.58 178 -
System Red Green Blue C M Y K H S L
Decimal 152 25 191 0.20 0.87 0 0.25 285.9 0.77 0.42
Hex 98 19 BF 14 57 0 19 11E 4D 2A
Octal 230 31 277 24 127 0 31 436 115 52
Binary 10011000 11001 10111111 10100 1010111 0 11001 100011110 1001101 101010

Color Harmonies of #9819BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9819BF

Black with #9819BF

Text Example


Text Example

White with #9819BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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