Html Css Color HEX #9218BD Dark Orchid

📋 copy color: '#9218BD'

red 146 ◦ green 24 ◦ blue 189

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

Shades of Dark Orchid #9218BD

Tints of Dark Orchid #9218BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.65%

R = 40.67%
G = 6.69%
B = 52.65%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9218BD (or 0x9218BD) is known color: Dark Orchid. HEX triplet: 92, 18 and BD. RGB value is (146,24,189). Sum of RGB (Red+Green+Blue) = 146+24+189=359 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.67% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #9218BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9218BD is #6DE742. Grayscale: #4E4E4E. Windows color (decimal): -7202627 or 12392594. OLE color: 12392594.

HSL color Cylindrical-coordinate representation of color #9218BD: hue angle of 284.36º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9218BD is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 146 24 189 -
CMYK 0.23 0.87 0 0.26
HSL 284.36º 0.77% 0.42% -
HSV(B) 284.36º 0.87% 0.74% -
XYZ 21.37 10.44 49.03 -
YUV 79.29 189.92 175.58 -
System Red Green Blue C M Y K H S L
Decimal 146 24 189 0.23 0.87 0 0.26 284.36 0.77 0.42
Hex 92 18 BD 17 57 0 1A 11C 4D 2A
Octal 222 30 275 27 127 0 32 434 115 52
Binary 10010010 11000 10111101 10111 1010111 0 11010 100011100 1001101 101010

Color Harmonies of #9218BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9218BD

Black with #9218BD

Text Example


Text Example

White with #9218BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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