Html Css Color HEX #9218C0 Dark Orchid

📋 copy color: '#9218C0'

red 146 ◦ green 24 ◦ blue 192

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

Shades of Dark Orchid #9218C0

Tints of Dark Orchid #9218C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 53.04%

R = 40.33%
G = 6.63%
B = 53.04%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9218C0 (or 0x9218C0) is known color: Dark Orchid. HEX triplet: 92, 18 and C0. RGB value is (146,24,192). Sum of RGB (Red+Green+Blue) = 146+24+192=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 192 (75.39% from 255 or 53.04% from 362); Max value from RGB is 192 - color contains mainly: blue. Hex color #9218C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9218C0 is #6DE73F. Grayscale: #4F4F4F. Windows color (decimal): -7202624 or 12589202. OLE color: 12589202.

HSL color Cylindrical-coordinate representation of color #9218C0: hue angle of 283.57º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9218C0 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 146 24 192 -
CMYK 0.24 0.88 0 0.25
HSL 283.57º 0.78% 0.42% -
HSV(B) 283.57º 0.88% 0.75% -
XYZ 21.7 10.57 50.77 -
YUV 79.63 191.42 175.34 -
System Red Green Blue C M Y K H S L
Decimal 146 24 192 0.24 0.88 0 0.25 283.57 0.78 0.42
Hex 92 18 C0 18 58 0 19 11C 4E 2A
Octal 222 30 300 30 130 0 31 434 116 52
Binary 10010010 11000 11000000 11000 1011000 0 11001 100011100 1001110 101010

Color Harmonies of #9218C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9218C0

Black with #9218C0

Text Example


Text Example

White with #9218C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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