Html Css Color HEX #9321CD Dark Orchid

📋 copy color: '#9321CD'

red 147 ◦ green 33 ◦ blue 205

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

Shades of Dark Orchid #9321CD

Tints of Dark Orchid #9321CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.25%

R = 38.18%
G = 8.57%
B = 53.25%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9321CD (or 0x9321CD) is known color: Dark Orchid. HEX triplet: 93, 21 and CD. RGB value is (147,33,205). Sum of RGB (Red+Green+Blue) = 147+33+205=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #9321CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9321CD is #6CDE32. Grayscale: #565656. Windows color (decimal): -7134771 or 13443475. OLE color: 13443475.

HSL color Cylindrical-coordinate representation of color #9321CD: hue angle of 279.77º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9321CD is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 147 33 205 -
CMYK 0.28 0.84 0 0.20
HSL 279.77º 0.72% 0.47% -
HSV(B) 279.77º 0.84% 0.8% -
XYZ 23.6 11.7 58.77 -
YUV 86.69 194.77 171.01 -
System Red Green Blue C M Y K H S L
Decimal 147 33 205 0.28 0.84 0 0.20 279.77 0.72 0.47
Hex 93 21 CD 1C 54 0 14 118 48 2F
Octal 223 41 315 34 124 0 24 430 110 57
Binary 10010011 100001 11001101 11100 1010100 0 10100 100011000 1001000 101111

Color Harmonies of #9321CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9321CD

Black with #9321CD

Text Example


Text Example

White with #9321CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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