Html Css Color HEX #9218B3 Dark Orchid

📋 copy color: '#9218B3'

red 146 ◦ green 24 ◦ blue 179

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

Shades of Dark Orchid #9218B3

Tints of Dark Orchid #9218B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 51.29%

R = 41.83%
G = 6.88%
B = 51.29%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9218B3 (or 0x9218B3) is known color: Dark Orchid. HEX triplet: 92, 18 and B3. RGB value is (146,24,179). Sum of RGB (Red+Green+Blue) = 146+24+179=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 24 (9.77% from 255 or 6.88% from 349); Blue value is 179 (70.31% from 255 or 51.29% from 349); Max value from RGB is 179 - color contains mainly: blue. Hex color #9218B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9218B3 is #6DE74C. Grayscale: #4D4D4D. Windows color (decimal): -7202637 or 11737234. OLE color: 11737234.

HSL color Cylindrical-coordinate representation of color #9218B3: hue angle of 287.23º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9218B3 is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 146 24 179 -
CMYK 0.18 0.87 0 0.30
HSL 287.23º 0.76% 0.4% -
HSV(B) 287.23º 0.87% 0.7% -
XYZ 20.32 10.02 43.51 -
YUV 78.15 184.92 176.4 -
System Red Green Blue C M Y K H S L
Decimal 146 24 179 0.18 0.87 0 0.30 287.23 0.76 0.4
Hex 92 18 B3 12 57 0 1E 11F 4C 28
Octal 222 30 263 22 127 0 36 437 114 50
Binary 10010010 11000 10110011 10010 1010111 0 11110 100011111 1001100 101000

Color Harmonies of #9218B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9218B3

Black with #9218B3

Text Example


Text Example

White with #9218B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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