Html Css Color HEX #9219BF Dark Orchid

📋 copy color: '#9219BF'

red 146 ◦ green 25 ◦ blue 191

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

Shades of Dark Orchid #9219BF

Tints of Dark Orchid #9219BF

RGB

 RED value IS 146 (57.42% from 255) = 40.33%

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

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

R = 40.33%
G = 6.91%
B = 52.76%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9219BF (or 0x9219BF) is known color: Dark Orchid. HEX triplet: 92, 19 and BF. RGB value is (146,25,191). Sum of RGB (Red+Green+Blue) = 146+25+191=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #9219BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9219BF is #6DE640. Grayscale: #4F4F4F. Windows color (decimal): -7202369 or 12523922. OLE color: 12523922.

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

Color convert

RGB 146 25 191 -
CMYK 0.24 0.87 0 0.25
HSL 283.74º 0.77% 0.42% -
HSV(B) 283.74º 0.87% 0.75% -
XYZ 21.61 10.57 50.19 -
YUV 80.1 190.59 175 -
System Red Green Blue C M Y K H S L
Decimal 146 25 191 0.24 0.87 0 0.25 283.74 0.77 0.42
Hex 92 19 BF 18 57 0 19 11C 4D 2A
Octal 222 31 277 30 127 0 31 434 115 52
Binary 10010010 11001 10111111 11000 1010111 0 11001 100011100 1001101 101010

Color Harmonies of #9219BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9219BF

Black with #9219BF

Text Example


Text Example

White with #9219BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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