Html Css Color HEX #9218BF Dark Orchid

📋 copy color: '#9218BF'

red 146 ◦ green 24 ◦ blue 191

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

Shades of Dark Orchid #9218BF

Tints of Dark Orchid #9218BF

RGB

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

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

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

R = 40.44%
G = 6.65%
B = 52.91%

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

#9218BF (or 0x9218BF) is known color: Dark Orchid. HEX triplet: 92, 18 and BF. RGB value is (146,24,191). Sum of RGB (Red+Green+Blue) = 146+24+191=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #9218BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9218BF is #6DE740. Grayscale: #4E4E4E. Windows color (decimal): -7202625 or 12523666. OLE color: 12523666.

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

Color convert

RGB 146 24 191 -
CMYK 0.24 0.87 0 0.25
HSL 283.83º 0.78% 0.42% -
HSV(B) 283.83º 0.87% 0.75% -
XYZ 21.58 10.53 50.18 -
YUV 79.52 190.92 175.42 -
System Red Green Blue C M Y K H S L
Decimal 146 24 191 0.24 0.87 0 0.25 283.83 0.78 0.42
Hex 92 18 BF 18 57 0 19 11C 4E 2A
Octal 222 30 277 30 127 0 31 434 116 52
Binary 10010010 11000 10111111 11000 1010111 0 11001 100011100 1001110 101010

Color Harmonies of #9218BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9218BF

Black with #9218BF

Text Example


Text Example

White with #9218BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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