Html Css Color HEX #9321C8 Dark Orchid

📋 copy color: '#9321C8'

red 147 ◦ green 33 ◦ blue 200

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

Shades of Dark Orchid #9321C8

Tints of Dark Orchid #9321C8

RGB

 RED value IS 147 (57.81% from 255) = 38.68%

 GREEN value IS 33 (13.28% from 255) = 8.68%

 BLUE value IS 200 (78.52% from 255) = 52.63%

R = 38.68%
G = 8.68%
B = 52.63%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9321C8 (or 0x9321C8) is known color: Dark Orchid. HEX triplet: 93, 21 and C8. RGB value is (147,33,200). Sum of RGB (Red+Green+Blue) = 147+33+200=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 200 (78.52% from 255 or 52.63% from 380); Max value from RGB is 200 - color contains mainly: blue. Hex color #9321C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9321C8 is #6CDE37. Grayscale: #555555. Windows color (decimal): -7134776 or 13115795. OLE color: 13115795.

HSL color Cylindrical-coordinate representation of color #9321C8: hue angle of 280.96º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9321C8 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 147 33 200 -
CMYK 0.26 0.84 0 0.22
HSL 280.96º 0.72% 0.46% -
HSV(B) 280.96º 0.84% 0.78% -
XYZ 23 11.46 55.64 -
YUV 86.12 192.27 171.42 -
System Red Green Blue C M Y K H S L
Decimal 147 33 200 0.26 0.84 0 0.22 280.96 0.72 0.46
Hex 93 21 C8 1A 54 0 16 119 48 2E
Octal 223 41 310 32 124 0 26 431 110 56
Binary 10010011 100001 11001000 11010 1010100 0 10110 100011001 1001000 101110

Color Harmonies of #9321C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9321C8

Black with #9321C8

Text Example


Text Example

White with #9321C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9321C8; }

 p { color: rgb(147,33,200); }

 H1.HeaderClassName
 {
   color: #9321C8;
 }
 .AnyTagClassName
 {
   color: #9321C8;
 }
</style>

background-color css

<style>
 a { background-color: #9321C8; }

 a { background-color: rgb(147,33,200); }

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

border-color css

<style>
 span { border-color: #9321C8; }

 span { border-color: rgb(147,33,200); }

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