Html Css Color HEX #9327C0 Dark Orchid

📋 copy color: '#9327C0'

red 147 ◦ green 39 ◦ blue 192

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

Shades of Dark Orchid #9327C0

Tints of Dark Orchid #9327C0

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.32%

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

R = 38.89%
G = 10.32%
B = 50.79%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9327C0 (or 0x9327C0) is known color: Dark Orchid. HEX triplet: 93, 27 and C0. RGB value is (147,39,192). Sum of RGB (Red+Green+Blue) = 147+39+192=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 192 (75.39% from 255 or 50.79% from 378); Max value from RGB is 192 - color contains mainly: blue. Hex color #9327C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9327C0 is #6CD83F. Grayscale: #585858. Windows color (decimal): -7133248 or 12593043. OLE color: 12593043.

HSL color Cylindrical-coordinate representation of color #9327C0: hue angle of 282.35º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9327C0 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 147 39 192 -
CMYK 0.23 0.80 0 0.25
HSL 282.35º 0.66% 0.45% -
HSV(B) 282.35º 0.8% 0.75% -
XYZ 22.27 11.46 50.91 -
YUV 88.73 186.28 169.56 -
System Red Green Blue C M Y K H S L
Decimal 147 39 192 0.23 0.80 0 0.25 282.35 0.66 0.45
Hex 93 27 C0 17 50 0 19 11A 42 2D
Octal 223 47 300 27 120 0 31 432 102 55
Binary 10010011 100111 11000000 10111 1010000 0 11001 100011010 1000010 101101

Color Harmonies of #9327C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9327C0

Black with #9327C0

Text Example


Text Example

White with #9327C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,39,192); }

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

background-color css

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

 a { background-color: rgb(147,39,192); }

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

border-color css

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

 span { border-color: rgb(147,39,192); }

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