Html Css Color HEX #9219BE Dark Orchid

📋 copy color: '#9219BE'

red 146 ◦ green 25 ◦ blue 190

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

Shades of Dark Orchid #9219BE

Tints of Dark Orchid #9219BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.63%

R = 40.44%
G = 6.93%
B = 52.63%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9219BE (or 0x9219BE) is known color: Dark Orchid. HEX triplet: 92, 19 and BE. RGB value is (146,25,190). Sum of RGB (Red+Green+Blue) = 146+25+190=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #9219BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9219BE is #6DE641. Grayscale: #4F4F4F. Windows color (decimal): -7202370 or 12458386. OLE color: 12458386.

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

Color convert

RGB 146 25 190 -
CMYK 0.23 0.87 0 0.25
HSL 284º 0.77% 0.42% -
HSV(B) 284º 0.87% 0.75% -
XYZ 21.5 10.52 49.61 -
YUV 79.99 190.09 175.08 -
System Red Green Blue C M Y K H S L
Decimal 146 25 190 0.23 0.87 0 0.25 284 0.77 0.42
Hex 92 19 BE 17 57 0 19 11C 4D 2A
Octal 222 31 276 27 127 0 31 434 115 52
Binary 10010010 11001 10111110 10111 1010111 0 11001 100011100 1001101 101010

Color Harmonies of #9219BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9219BE

Black with #9219BE

Text Example


Text Example

White with #9219BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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