Html Css Color HEX #9218BB Dark Orchid

📋 copy color: '#9218BB'

red 146 ◦ green 24 ◦ blue 187

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

Shades of Dark Orchid #9218BB

Tints of Dark Orchid #9218BB

RGB

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

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

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

R = 40.9%
G = 6.72%
B = 52.38%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9218BB (or 0x9218BB) is known color: Dark Orchid. HEX triplet: 92, 18 and BB. RGB value is (146,24,187). Sum of RGB (Red+Green+Blue) = 146+24+187=357 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.90% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #9218BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9218BB is #6DE744. Grayscale: #4E4E4E. Windows color (decimal): -7202629 or 12261522. OLE color: 12261522.

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

Color convert

RGB 146 24 187 -
CMYK 0.22 0.87 0 0.27
HSL 284.91º 0.77% 0.41% -
HSV(B) 284.91º 0.87% 0.73% -
XYZ 21.15 10.35 47.9 -
YUV 79.06 188.92 175.75 -
System Red Green Blue C M Y K H S L
Decimal 146 24 187 0.22 0.87 0 0.27 284.91 0.77 0.41
Hex 92 18 BB 16 57 0 1B 11D 4D 29
Octal 222 30 273 26 127 0 33 435 115 51
Binary 10010010 11000 10111011 10110 1010111 0 11011 100011101 1001101 101001

Color Harmonies of #9218BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9218BB

Black with #9218BB

Text Example


Text Example

White with #9218BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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