Html Css Color HEX #9320CE Dark Orchid

📋 copy color: '#9320CE'

red 147 ◦ green 32 ◦ blue 206

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

Shades of Dark Orchid #9320CE

Tints of Dark Orchid #9320CE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.31%

 BLUE value IS 206 (80.86% from 255) = 53.51%

R = 38.18%
G = 8.31%
B = 53.51%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9320CE (or 0x9320CE) is known color: Dark Orchid. HEX triplet: 93, 20 and CE. RGB value is (147,32,206). Sum of RGB (Red+Green+Blue) = 147+32+206=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #9320CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9320CE is #6CDF31. Grayscale: #555555. Windows color (decimal): -7135026 or 13508755. OLE color: 13508755.

HSL color Cylindrical-coordinate representation of color #9320CE: hue angle of 279.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9320CE is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 32 206 -
CMYK 0.29 0.84 0 0.19
HSL 279.66º 0.73% 0.47% -
HSV(B) 279.66º 0.84% 0.81% -
XYZ 23.69 11.69 59.4 -
YUV 86.22 195.6 171.35 -
System Red Green Blue C M Y K H S L
Decimal 147 32 206 0.29 0.84 0 0.19 279.66 0.73 0.47
Hex 93 20 CE 1D 54 0 13 118 49 2F
Octal 223 40 316 35 124 0 23 430 111 57
Binary 10010011 100000 11001110 11101 1010100 0 10011 100011000 1001001 101111

Color Harmonies of #9320CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9320CE

Black with #9320CE

Text Example


Text Example

White with #9320CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9320CE; }

 p { color: rgb(147,32,206); }

 H1.HeaderClassName
 {
   color: #9320CE;
 }
 .AnyTagClassName
 {
   color: #9320CE;
 }
</style>

background-color css

<style>
 a { background-color: #9320CE; }

 a { background-color: rgb(147,32,206); }

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

border-color css

<style>
 span { border-color: #9320CE; }

 span { border-color: rgb(147,32,206); }

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