Html Css Color HEX #9819BB Dark Orchid

📋 copy color: '#9819BB'

red 152 ◦ green 25 ◦ blue 187

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

Shades of Dark Orchid #9819BB

Tints of Dark Orchid #9819BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.37%

R = 41.76%
G = 6.87%
B = 51.37%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9819BB (or 0x9819BB) is known color: Dark Orchid. HEX triplet: 98, 19 and BB. RGB value is (152,25,187). Sum of RGB (Red+Green+Blue) = 152+25+187=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #9819BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9819BB is #67E644. Grayscale: #505050. Windows color (decimal): -6809157 or 12261784. OLE color: 12261784.

HSL color Cylindrical-coordinate representation of color #9819BB: hue angle of 287.04º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9819BB is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 25 187 -
CMYK 0.19 0.87 0 0.27
HSL 287.04º 0.76% 0.42% -
HSV(B) 287.04º 0.87% 0.73% -
XYZ 22.27 10.96 47.96 -
YUV 81.44 187.58 178.33 -
System Red Green Blue C M Y K H S L
Decimal 152 25 187 0.19 0.87 0 0.27 287.04 0.76 0.42
Hex 98 19 BB 13 57 0 1B 11F 4C 2A
Octal 230 31 273 23 127 0 33 437 114 52
Binary 10011000 11001 10111011 10011 1010111 0 11011 100011111 1001100 101010

Color Harmonies of #9819BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9819BB

Black with #9819BB

Text Example


Text Example

White with #9819BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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